CNVKit batch output
1
0
Entering edit mode
5 weeks ago
aLex97 • 0

How do I interpret output from the CNVKit batch? I've created diagrams (cnvkit.py diagram ) and scatter plots (cnvkit.py scatter) for each chromosome with .cnr and .cns files. What do the gray and orange dots on the plots represent?

CNVkit deletion duplication • 316 views
ADD COMMENT
1
Entering edit mode
3 days ago
Eric T. ★ 2.8k

Here's the documentation page for the scatter command: https://cnvkit.readthedocs.io/en/stable/plots.html

The segment lines are now orange instead of red (for colorblind accessibility), but the interpretation is the same.

  • Gray dots are the individual data points in the .cnr file
  • Orange lines are the segments in the .cns file.

In the .call.cns file that is also produced by the batch command, the segments with neutral copy number are flagged and will be plotted as gray lines instead of orange, so that you can focus on the orange lines when interpreting genomic alterations.

If the sample is very noisy, or there is severe genome instability, the segmentation results (.cns) may include many short segments, and these can look like dots in the scatter plot.

ADD COMMENT

Login before adding your answer.

Traffic: 1925 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6