Description Usage Arguments Value Examples
getObservedSynthesisRateSet
returns the observed
synthesis rates of the genes within the genome specified.
1 | getObservedSynthesisRateSet(genome, simulated = FALSE)
|
genome |
A genome object initialized with |
simulated |
A logical value denoting if the synthesis rates to be listed are simulated or not. The default value is FALSE. |
Returns a data.frame with the observed expression values in genome
1 2 3 4 5 6 7 8 | genome_file <- system.file("extdata", "genome.fasta", package = "AnaCoDa")
expression_file <- system.file("extdata", "expression.csv", package = "AnaCoDa")
## reading genome
genome <- initializeGenomeObject(file = genome_file)
## return expression values as a data.frame with gene ids in the first column.
expressionValues <- getObservedSynthesisRateSet(genome = genome)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.