View source: R/starfish_link.r
starfish_link | R Documentation |
This function loads a SV dataframe and generates "seed" CGR regions, "connected" CGR regions, and complex SVs.
starfish_link(sv_file, prefix = "")
sv_file |
a SV dataframe with 8 columns: "chrom1","pos1", "chrom2","pos2","svtype" (DEL,DUP,h2hINV,t2tINV,TRA),"strand1" (+/-) and "strand2" (+/-),"sample". Other svtypes like INV, INS, BND are not accepted |
prefix |
the prefix for all intermediate files, default is none |
a list of files: $interleave_tra_complex_sv contains complex SVs, $mergecall contains "seed" CGR regions, and $starfish_call contains "connected" CGR regions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.