Description Usage Arguments Value Examples
returns the identifiers of the genes within the genome specified.
1 |
genome |
A genome object initialized with |
simulated |
A logical value denoting if the gene names to be listed are simulated or not. The default value is FALSE. |
gene.names Returns the names of the genes as a vector of strings.
1 2 3 4 5 6 7 | genome_file <- system.file("extdata", "genome.fasta", package = "AnaCoDa")
## reading genome
genome <- initializeGenomeObject(file = genome_file)
## return all gene ids for the genome
geneIDs <- getNames(genome, FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.