get_annotation: Get Genome Annotation

View source: R/getters.R

get_annotationR Documentation

Get Genome Annotation

Description

Extract the genome annotation.

Usage

get_annotation(experiment)

Arguments

experiment

TSRexploreR object.

Value

TxDb object of genome annotation.

See Also

get_assembly to get genome assembly.

Examples

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

get_annotation(exp)


zentnerlab/TSRexploreR documentation built on Dec. 30, 2022, 10:27 p.m.