View source: R/buildMidPatternKmerTable.R
buildMidPatternKmerTable | R Documentation |
Only existed k-mers are returned in data.table object.
buildMidPatternKmerTable(dna.seqs, k, mid.patterns, remove.N = TRUE)
dna.seqs |
String of sequence(s). |
k |
Size of kmer. |
mid.patterns |
Middle patterns. |
remove.N |
Remove unknown base? Default is TRUE. |
A data.table
object with column kmer and N.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.