KmerData32SetKmerData Method (ISequence, Int64, Int32) |
Sets the kmer value from the specific sequence.
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool SetKmerData(
ISequence sequence,
long from,
int kmerLength
)
Public Function SetKmerData (
sequence As ISequence,
from As Long,
kmerLength As Integer
) As Boolean
public:
bool SetKmerData(
ISequence^ sequence,
long long from,
int kmerLength
)
member SetKmerData :
sequence : ISequence *
from : int64 *
kmerLength : int -> bool
Parameters
- sequence
- Type: BioISequence
Sequence who value is to be compressed. - from
- Type: SystemInt64
Start position from where the kmer to be extracted. - kmerLength
- Type: SystemInt32
Length of the kmer.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Bio.Algorithms.Kmer.KmerData32.SetKmerData(Bio.ISequence,System.Int64,System.Int32)"]
See Also