mnmer | R Documentation |
Generates the feature matrix using conditional probability. As default, all sequences with N+IUPAC content higher 10% than are removed.
mnmer(seqs, m, n)
seqs |
DNAStringSet object |
m |
Int value of m |
n |
Int value of n |
Outputs a dataframe
dir <-system.file("extdata", package="mnmer")
human <- readDNAStringSet(file.path(dir, "human_vir.fasta"))
human_02mer <- mnmer(human,2,0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.