clean_sequence | R Documentation |
Tidy an input FASTA string
clean_sequence(x, dict = Biostrings::DNA_ALPHABET, replacement = "N")
x |
the input contig sequence OR a simple string |
dict |
character, the dictionary of allowed characters |
replacement |
character, the replacement value for disallowed characters |
either a contig squence or a character string - matches the input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.