View source: R/annotate_variants.R
annotate_replication_strand | R Documentation |
Add replication strand annotation to SBS variants based on bedgraph file
annotate_replication_strand(musica, rep_range, build_table = TRUE)
musica |
A |
rep_range |
A GRanges object with replication timing as metadata |
build_table |
Automatically build a table from this annotation |
None
data(musica)
data(rep_range)
annotate_replication_strand(musica, rep_range)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.