DNAmotifToRNAmotif {motifStack} | 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)