View source: R/starfish_plot.r
starfish_plot | R Documentation |
This function loads a SV dataframe, a CNV dataframe and "connected" CGR regions reported by starfish_link, to draw the connected regions in a linear setting.
starfish_plot(sv_file, cnv_file, cgr, genome_v = "hg19")
sv_file |
a SV dataframe with "chrom1","end1", "chrom2","end2","svtype","strand1","strand2","sample" |
cnv_file |
a CNV dataframe with "chromosome","start","end","total_cn","sample" |
cgr |
"connected" CGR regions, output from starfish_link |
genome_v |
genome version of "hg19" or "hg38", default is "hg19" |
plots of "connected" CGR regions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.