XString2KmerDT | R Documentation |
Compute kmer frequency/count per input StringSet. TODO: replace with Biostrings::oligonucleotideFrequency
XString2KmerDT( infaa = BS_all_mot_sssp, abcde = c("H", "E", "C"), k = 3, out_probablity = F, input_was = "name_mot" )
infaa |
input xstring/bstring/dnaStringSet... |
abcde |
Alpha-Beit of input strings |
k |
kmer to use (numeric) |
out_probablity |
Should output be normalized as per-sequence probality? |
input_was |
Column name for the IDs |
data.frame
Other BString_functions:
AAcoor2NAcoor_dFAST()
,
AAcoor2NAcoor_df()
,
AAcoor2NAcoor()
,
DF2XString()
,
Trim2Core2()
,
XSDNARedunFilter()
,
XString2DF()
XString2KmerDT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.