View source: R/DNAmotifToRNAmotif.R
DNAmotifToRNAmotif | R Documentation |
convert DNA motif into RNA motif
DNAmotifToRNAmotif(pfm)
pfm |
An object of "pcm" or "pfm" |
An object of "pcm" or "pfm" of RNA motif
motifs<-importMatrix(dir(file.path(find.package("motifStack"),
"extdata"),"pcm$", full.names = TRUE))
rnaMotifs <- DNAmotifToRNAmotif(motifs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.