Description Usage Arguments Value Examples
View source: R/annotate_variants.R
Add replication strand annotation to SBS variants based on bedgraph file
1 | annotate_replication_strand(bay, rep_range, build_table = TRUE)
|
bay |
Input bagel |
rep_range |
A GRanges object with replication timing as metadata |
build_table |
Automatically build a table from this annotation |
None
1 2 | bay <- readRDS(system.file("testdata", "bagel.rds", package = "BAGEL"))
annotate_replication_strand(bay, BAGEL::rep_range)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.