-
Notifications
You must be signed in to change notification settings - Fork 83
Discussion: consensus CN files for downstream analyses #392
Comments
Hi @jaclyn-taroni - I think this sounds like a reasonable approach for CNVkit results/analyses requiring SEG files. Would be happy to rerun GISTIC once we have these consensus calls. |
@jaclyn-taroni I think it sounds reasonable. Do you have overall plan for downstream analysis of CNV data? |
@hongboxie broadly speaking, we'll want to run GISTIC (#8) and plot recurrent alterations in an OncoPrint (#6; though this does not require the segment mean values; also somewhat related to #394). I am assuming we probably want to integrate the CNV data with the SV data for visualization purposes. I've found this UMCCR pipeline code that uses Manta and CNVkit output to create circos plots. I bet we can adapt it (or use it to guide something similar) to use the "consensus filtered" CNVkit data mentioned here, the AnnotSV-annotated Manta file, and |
@jaclyn-taroni Sure! Typically circular plot will benefit visualizing genomic translocation. If there is a team working on providing translocation, that will be perfect. Long time ago, we clustered CNVs into groups, to see whether certain tumor or tumor+stages. Not sure if those are something in our plan. |
Related to the generation of copy number consensus calls: #128
Downstream analysis of copy number data, including analysis with GISTIC (#8), often relies on information contained in a SEG file outside of the region, e.g.,
seg.mean
from CNVkit. @fingerfen is generating consensus calls from CNVkit, ControlFreeC, and Manta.From @hongboxie #128 (comment):
My interpretation of this comment is that some of the required information for downstream analysis will be retained.
I am filing this ticket to facilitate discussion around how we will use the copy number consensus results for downstream analysis. Because GISTIC is currently run on the CNVkit data (and in my pretty limited experience there seems to be a decent amount of tooling for using CNVkit output), subsetting the CNVkit SEG file to only those regions that have support from the other methods and using that when
seg.mean
values are required is what comes to mind.I am also tagging @jashapiro who has been reviewing the consensus code and @jharenza.
The text was updated successfully, but these errors were encountered: