ivg_sv | R Documentation |
Opens a Shiny app with a dynamic table that contains input SVs. Clicking on a SV (row in the table) generates a simplified representation of the variation graph around this SV. The number of flanking nodes (context) can be increased if necessary, e.g. for large insertions. vg needs to be installed (https://github.com/vgteam/vg).
ivg_sv(svs, xg, ucsc.genome = "hg38")
svs |
either a GRanges with SVs (e.g. from |
xg |
the path to the xg object of the variation graph. |
ucsc.genome |
the genome version for the UCSC Genome Browser automated link. |
Starts a Shiny app in a web browser.
Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.