Description Usage Arguments Value See Also Examples
Extract the genome annotation.
1 | get_annotation(experiment)
|
experiment |
TSRexploreR object. |
TxDb object of genome annotation.
get_assembly
to get genome assembly.
1 2 3 4 | annotation <- system.file("extdata", "S288C_Annotation.gtf", package="TSRexploreR")
exp <- tsr_explorer(genome_annotation=annotation)
get_annotation(exp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.