Extract the genome assembly.

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)