Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delly cnv and rd.R output #367

Open
ErickTong opened this issue Jan 26, 2024 · 1 comment
Open

Delly cnv and rd.R output #367

ErickTong opened this issue Jan 26, 2024 · 1 comment

Comments

@ErickTong
Copy link

Hello,
I am currently using DELLY and have encountered a situation that I would like to understand better. I have run my code and observed the output, but I noticed that there are missing data points (represented as black dots) in the red-boxed area of the output image.
Additionally, when I checked the corresponding coordinates in the cov.gz file, I found that there were no coordinates and CN values. Is this normal?
Here is the code snippet that I ran:
`delly cnv -a -u -g ref.fa -m map.fa.gz
--window-size 10000 sample.bam
-c cov.gz
-o seg.bcf

bcftools query -f "%CHROM\t%POS\t%INFO/END\t%ID\t[%RDCN]\n"
seg.bcf > segmentation.bed
Rscript rd.R cov.gz segmentation.bed`
And here is the output that I received:
_data_Erick_Tong_02Data_analysis_project_08Genemo_vriation_call_08XHO1_leaf_variation_Tong_02call_varients_04merge_data_07cnv_rate_SCK_SCK_plot Chr01_01
My main questions are:
Why are there missing data points in the red-boxed area of the image?
Is it normal to have missing coordinates and CN values in the cov.gz file?
How does Delly determine the intervals and calculate the CN values for CNV?
I would greatly appreciate your insights on these matters.
Thank you in advance for your assistance.

@tobiasrausch
Copy link
Member

Probably Ns in the reference or very low mappability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants