get_assembly: Get Genome Assembly

View source: R/getters.R

get_assemblyR Documentation

Get Genome Assembly

Description

Extract the genome assembly.

Usage

get_assembly(experiment)

Arguments

experiment

TSRexploreR object.

Value

Either BSgenome or FaFile depending on original source of assembly.

See Also

get_annotation to get genome annotation.

Examples

assembly <- system.file("extdata", "S288C_Assembly.fasta", package="TSRexploreR")
exp <- tsr_explorer(genome_assembly=assembly)

a <- get_assembly(exp)


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