Description Usage Arguments Value
View source: R/parse_gb_file.R
This fuction change liters "u", "r", "y", "s", "w", "k", "m", "b", "d", "h", "v", "n" or "-" in genome sequence (randomly) into corresponding nucleotide "a", "t", "c" or "g".
1 | rdnFixer(genome)
|
genome |
A DNAString object. It is a class defined in |
A large character vector. It countains the nucleotide sequence with all letters except "a", "t", "c", "g" changed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.