| get_annotation | R Documentation | 
Extract the genome annotation.
get_annotation(experiment)
experiment | 
 TSRexploreR object.  | 
TxDb object of genome annotation.
get_assembly to get genome assembly.
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.