get_annotation: Get Genome Annotation

Description Usage Arguments Value See Also Examples

View source: R/getters.R

Description

Extract the genome annotation.

Usage

1
get_annotation(experiment)

Arguments

experiment

TSRexploreR object.

Value

TxDb object of genome annotation.

See Also

get_assembly to get genome assembly.

Examples

1
2
3
4
annotation <- system.file("extdata", "S288C_Annotation.gtf", package="TSRexploreR")
exp <- tsr_explorer(genome_annotation=annotation)

get_annotation(exp)

rpolicastro/tsrexplorer documentation built on Oct. 17, 2021, 3:02 p.m.