Description Usage Arguments Value Examples
View source: R/getRegexPattern.R
The function getRegexPattern() converts a nucleotide sequence with IUPAC codes to an regular expression.
1 | 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.
1 | regextPattern <- getRegexPattern("CGUKMBVNN", isDNA = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.