object GroupedSegments
- Alphabetic
- By Inheritance
- GroupedSegments
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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 bucketIds(splitter: AnyMinSplitter)(implicit spark: SparkSession): Dataset[BucketId]
-
def
bucketSegments(input: NTSeq, splitter: AnyMinSplitter): Iterator[BucketSegment]
Construct BucketSegments from a single read
Construct BucketSegments from a single read
- input
The raw sequence
- splitter
Splitter for breaking the sequences into super-mers
-
def
bucketSegments(input: Dataset[NTSeq], spl: Broadcast[AnyMinSplitter])(implicit spark: SparkSession): Dataset[BucketSegment]
Construct BucketSegments from a set of reads/sequences
Construct BucketSegments from a set of reads/sequences
- input
The raw sequence data
- spl
Splitter for breaking the sequences into super-mers
-
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
fromReads(input: Dataset[NTSeq], method: CountMethod, spl: Broadcast[AnyMinSplitter])(implicit spark: SparkSession): GroupedSegments
Construct GroupedSegments from a set of reads/sequences
Construct GroupedSegments from a set of reads/sequences
- input
The raw sequence data
- method
Counting method/pipeline type
- spl
Splitter for breaking the sequences into super-mers
-
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
-
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
rankToBucketId(rank: Array[Long], width: Int): BucketId
Convert a minimizer/rank to a bucket ID.
-
def
segmentsByBucket(segments: DataFrame): DataFrame
Group segments by bucket/minimizer, non-precounted This straightforward method is more efficient when supermers are not highly repeated in the data (low redundancy), or when the data is moderately sized.
Group segments by bucket/minimizer, non-precounted This straightforward method is more efficient when supermers are not highly repeated in the data (low redundancy), or when the data is moderately sized. The outputs are compatible with the method above.
- segments
Supermers to group
-
def
segmentsByBucketPregroup[S <: MinSplitter[MinimizerPriorities]](segments: DataFrame, spl: Broadcast[S])(implicit spark: SparkSession): DataFrame
Group segments by minimizer, pre-grouping and counting identical supermers at an early stage, before assigning to buckets.
Group segments by minimizer, pre-grouping and counting identical supermers at an early stage, before assigning to buckets. This helps with high redundancy datasets and can greatly reduce the data volume that must be processed by later stages. However, it leads to one extra shuffle, so it may not be the best choice for moderately sized datasets. Reverse complements are optionally added after pregrouping (when we need to normalize k-mer orientation)
- segments
Supermers to group
- spl
Splitter broadcast
-
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