sv.plot | R Documentation |
Creates .png files corresponding to gTrack plots for each complex SV pattern
sv.plot( complex.fname = NULL, cvgt.fname = "./coverage.gtrack.rds", gngt.fname = "./data/gt.ge.hg19.rds", genes.gt.fname = NULL, agt.fname = NULL, server = "", pair = "", ev.types = c("qrp", "tic", "qpdup", "qrdel", "bfb", "dm", "chromoplexy", "chromothripsis", "tyfonas", "rigma", "pyrgo", "cpxdm"), pad = 5e+05, height = 1000, width = 1000, outdir = "./" )
complex.fname |
(character) output from complex event caller |
cvgt.fname |
(character) coverage gTrack file path |
gngt.fname |
(character) gencode gTrack file path |
genes.gt.fname |
(character) CGC gTrack file path |
agt.fname |
(character) allele gTrack file name |
server |
(character) server url |
pair |
(character) pair id |
ev.types |
(character) complex event types |
pad |
(numeric) window padding in bp default 5e5 |
height |
(numeric) plot height default 500 |
width |
(numeric) plot width default 500 |
outdir |
(character) where to save plots? |
data.table with columns id, plot.fname, and plot.link
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.