View source: R/seq_string_operation.R
seq_split_kmer | R Documentation |
Split sequences into k-mers
seq_split_kmer(x, k)
x |
A DNA, RNA or AA vector. |
k |
an integer giving the size of the k-mer. |
a list of k-mer vectors of same class as x
.
seq_split_pattern
.
Other string operations:
seq-replace
,
seq_combine()
,
seq_count_pattern()
,
seq_crop_pattern()
,
seq_crop_position()
,
seq_detect_pattern()
,
seq_extract_pattern()
,
seq_extract_position()
,
seq_remove_pattern()
,
seq_remove_position()
,
seq_replace_position()
,
seq_split_pattern()
x <- dna(a ="ACGTTAGTGTAGCCGT", b = "CTCGAAATGA") seq_split_kmer(x, k = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.