Closed keiranmraine closed 7 years ago
@AndyMenzies , adds the generation of BigWig files for use in JBrowse. Plots and colours are JBrowse, just the raw data files are in this PR.
Can be optionally disabled with -nb or -nobigwig.
-nb
-nobigwig
Total (green), Minor (red) and raw copynumber (grey dots):
LogR (grey dots) + Segmented LogR (green):
BAF (grey dots) + Segmented BAF (green):
Errr, I might be wrong....
In ascat.pl you are using $opts{'nobigwig'} but in Sanger::CGP::Ascat::Implement you are using $options->{'nb'}
Is that going to cause issues?
@AndyMenzies , adds the generation of BigWig files for use in JBrowse. Plots and colours are JBrowse, just the raw data files are in this PR.
Can be optionally disabled with
-nb
or-nobigwig
.Total (green), Minor (red) and raw copynumber (grey dots):
LogR (grey dots) + Segmented LogR (green):
BAF (grey dots) + Segmented BAF (green):