getRegexPattern {circRNAprofiler} | R Documentation |
The function getRegexPattern() converts a nucleotide sequence with IUPAC codes to an regular expression.
getRegexPattern(iupacSeq, isDNA = FALSE)
iupacSeq |
A character string with IUPAC codes. |
isDNA |
A logical specifying whether the iupacSeq is DNA or RNA. Deafult value is FALSE. |
A character string.
regextPattern <- getRegexPattern("CGUKMBVNN", isDNA = FALSE)