Description Usage Arguments Value Examples
View source: R/annotate_variants.R
Add transcript strand annotation to SBS variants (defined in genes only)
1 | annotate_transcript_strand(bay, genome_build, build_table = TRUE)
|
bay |
Input bagel |
genome_build |
Which genome build to use: hg19, hg38, or a custom TxDb object |
build_table |
Automatically build a table from this annotation |
None
1 2 | bay <- readRDS(system.file("testdata", "bagel.rds", package = "BAGEL"))
annotate_transcript_strand(bay, 19)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.