final case class SampledFrequencies(table: MinTable, counts: Array[(Long, Int)]) extends Product with Serializable
Sampled motif frequencies that may be used to construct a new minimizer ordering.
- table
Template table, whose ordering of motifs will be refined based on counted frequencies.
- counts
Pairs of (minimizer rank, frequency). The minimizers should be a subset of those from the given template MinTable.
- Alphabetic
- By Inheritance
- SampledFrequencies
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
add(other: SampledFrequencies): SampledFrequencies
Add frequencies from the other object to this one
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val counts: Array[(Long, Int)]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lookup: Array[Int]
-
lazy val
motifsWithCounts: Array[(NTSeq, Int)]
A sorted array of all motifs in the template space, refined based on the observed frequencies.
A sorted array of all motifs in the template space, refined based on the observed frequencies. Defines a minimizer ordering.
- returns
Pairs of (motif, frequency)
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
print(): Unit
Print a summary of what has been counted, including the most and least frequent motifs
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val table: MinTable
-
def
toTable(sampledFraction: Double): MinTable
Construct a new MinTable (minimizer ordering) where the least common motifs in this counter have the highest priority.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()