Description Usage Arguments Value See Also Examples
Extract the genome assembly.
1 | get_assembly(experiment)
|
experiment |
TSRexploreR object. |
Either BSgenome or FaFile depending on original source of assembly.
get_annotation
to get genome annotation.
1 2 3 4 | assembly <- system.file("extdata", "S288C_Assembly.fasta", package="TSRexploreR")
exp <- tsr_explorer(genome_assembly=assembly)
a <- get_assembly(exp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.