Description Usage Arguments Value Examples
length
gives the length of a genome
1 2 | ## S3 method for class 'Rcpp_Genome'
length(x)
|
x |
A genome object initialized with |
returns the number of genes in a genome
1 2 3 4 5 | genome_file <- system.file("extdata", "genome.fasta", package = "AnaCoDa")
## reading genome
genome <- initializeGenomeObject(file = genome_file)
length(genome) # 10
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.