You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: