final case class BucketStats(id: String, superKmers: Long, totalAbundance: Abundance, distinctKmers: Long, uniqueKmers: Long, maxAbundance: Abundance) extends Product with Serializable
Statistics for a single bin/bucket.
- id
Minimizer/hash (human-readable)
- superKmers
Total number of superkmers
- totalAbundance
Total number of k-mers counted
- distinctKmers
Total number of distinct k-mers
- uniqueKmers
Total number of k-mers with abundance == 1
- maxAbundance
Greatest abundance seen for a single k-mer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BucketStats
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
BucketStats(id: String, superKmers: Long, totalAbundance: Abundance, distinctKmers: Long, uniqueKmers: Long, maxAbundance: Abundance)
- id
Minimizer/hash (human-readable)
- superKmers
Total number of superkmers
- totalAbundance
Total number of k-mers counted
- distinctKmers
Total number of distinct k-mers
- uniqueKmers
Total number of k-mers with abundance == 1
- maxAbundance
Greatest abundance seen for a single k-mer
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()
- val distinctKmers: Long
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equalCounts(other: BucketStats): Boolean
Test whether k-mer counts are equivalent, ignoring minimizer ordering effects (bucket ID and superkmer count)
-
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()
- val id: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxAbundance: Abundance
- def merge(other: BucketStats): BucketStats
-
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()
- val superKmers: Long
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val totalAbundance: Abundance
- val uniqueKmers: Long
-
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()