powered by
This function takes a RNA sequence as input and removes any characters other than A, C, G, and T.
clean_RNA_sequence(sequence)
Cleaned RNA sequence
RNA sequence to be cleaned
clean_RNA_sequence("AUGUCGTAGCTAGCTN") # Output: "AUGUCGAGCAGC"
Run the code above in your browser using DataLab