View source: R/clean_RNA_sequence.R
clean_RNA_sequence | R Documentation |
This function takes a RNA sequence as input and removes any characters other than A, C, G, and T.
clean_RNA_sequence(sequence)
sequence |
RNA sequence to be cleaned |
Cleaned RNA sequence
clean_RNA_sequence("AUGUCGTAGCTAGCTN")
# Output: "AUGUCGAGCAGC"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.