Description Usage Arguments Value Examples
calculateSCUO
calulates the SCUO value for each gene in genome. Note that if a codon is absent, this will be treated as NA and will be skipped in final calculation
1 | calculateSCUO(genome)
|
genome |
A genome object initialized with |
returns the SCUO value for each gene in genome
1 2 3 4 5 | genome_file <- system.file("extdata", "genome.fasta", package = "AnaCoDa")
## reading genome
genome <- initializeGenomeObject(file = genome_file)
scuo <- calculateSCUO(genome)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.