convert DNA motif into RNA motif

DNAmotifToRNAmotif(pfm)

Arguments

pfm

An object of "pcm" or "pfm"

Value

An object of "pcm" or "pfm" of RNA motif

Examples

motifs<-importMatrix(dir(file.path(find.package("motifStack"), "extdata"),"pcm$", full.names = TRUE)) rnaMotifs <- DNAmotifToRNAmotif(motifs)