final case class SampledFrequencies(table: MinTable, minimizerCounts: Array[Long]) 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. This table will be mutated and cannot be reused after passing into SampledFrequencies.
- minimizerCounts
Maps encoded minimizer to count.
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val minimizerCounts: Array[Long]
- def motifsAndCounts: Iterator[(Int, Long)]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
print(): Unit
Print a summary of what has been counted, including the most and least frequent motifs
-
lazy val
sortedMotifs: Array[Int]
A sorted array of all motifs in the template space, based on the observed frequencies.
A sorted array of all motifs in the template space, based on the observed frequencies. Defines a minimizer ordering.
- returns
Pairs of (motif, frequency)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val table: MinTable
-
def
toTable(): MinTable
Construct a new MinTable (minimizer ordering) where the least common motifs in this counter have the highest priority.
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated