KmersOfSequenceKmers Property |
Gets the set of associated Kmers.
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public HashSet<KmersOfSequenceKmerPositions> Kmers { get; }
Public ReadOnly Property Kmers As HashSet(Of KmersOfSequenceKmerPositions)
Get
public:
property HashSet<KmersOfSequenceKmerPositions^>^ Kmers {
HashSet<KmersOfSequenceKmerPositions^>^ get ();
}
member Kmers : HashSet<KmersOfSequenceKmerPositions> with get
Property Value
Type:
HashSetKmersOfSequenceKmerPositionsSee Also