Description Usage Arguments Value Examples
getNcAA
returns the Effective Number of Codons for each Amino Acid.
1 | getNcAA(genome)
|
genome |
A genome object initialized with |
Returns an object of type data.frame
with the Effective Number of Codons
for each amino acid in each gene.
1 2 3 4 5 | genome_file <- system.file("extdata", "more_genes.fasta", package = "AnaCoDa")
## reading genome
genome <- initializeGenomeObject(file = genome_file)
nc <- getNcAA(genome)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.