get_assembly: Get Genome Assembly

Description Usage Arguments Value See Also Examples

View source: R/getters.R

Description

Extract the genome assembly.

Usage

1
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

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

a <- get_assembly(exp)

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