object KmerTable
- Alphabetic
- By Inheritance
- KmerTable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
final
case class
BuildParams(k: Int, orientation: Orientation = Unchanged, sort: Boolean = true) extends Product with Serializable
Parameters for KmerTable construction
Parameters for KmerTable construction
- k
k
- orientation
Orientation filter for k-mers
- sort
Whether to sort the k-mers
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
builder(k: Int, sizeEstimate: Int = 100, tagWidth: Int = 0): KmerTableBuilder
Obtain a new KmerTableBuilder
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fromSegment(segment: NTBitArray, bpar: BuildParams): KmerTable
Obtain a KmerTable from a single segment/superkmer
-
def
fromSegments(segments: Iterable[NTBitArray], abundances: Array[Int], bpar: BuildParams): KmerTable
Construct a KmerTable from super k-mers.
Construct a KmerTable from super k-mers.
- segments
Super-mers
- abundances
Abundances for each super-mer
- bpar
Build parameters
- def fromSupermers(supermers: Iterator[NTBitArray], bpar: BuildParams, tagData: TagProvider, sizeEstimate: Int): KmerTable
-
def
fromSupermers(supermers: Iterable[NTBitArray], bpar: BuildParams, tagData: TagProvider): KmerTable
Write super-mers as k-mers, along with tag data, to a new KmerTable.
Write super-mers as k-mers, along with tag data, to a new KmerTable.
- supermers
Super k-mers
- bpar
Build parameters
- tagData
Extra (tag) data for the given row and column, to be appended after the k-mer data
- returns
The resulting KmerTable
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
longsForK(k: Int): Int
Number of longs required to represent a k-mer of length k
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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