powered by
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
calculateSCUO
calculateSCUO(genome)
A genome object initialized with initializeGenomeObject.
initializeGenomeObject
returns the SCUO value for each gene in genome
# NOT RUN { genome_file <- system.file("extdata", "genome.fasta", package = "AnaCoDa") ## reading genome genome <- initializeGenomeObject(file = genome_file) scuo <- calculateSCUO(genome) # }
Run the code above in your browser using DataLab