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

Abnormal Average RD and results when use cnvnator #277

Open
Chipmunks22 opened this issue Mar 21, 2023 · 1 comment
Open

Abnormal Average RD and results when use cnvnator #277

Chipmunks22 opened this issue Mar 21, 2023 · 1 comment

Comments

@Chipmunks22
Copy link

Hi ! I'm using cnvnator to call CNV with my WES data.This is the command I use:

cnvnator -root sample.root -tree sample.bam -chrom $(seq 1 22) X Y -genome hg19
cnvnator -root sample.root -his 1000 -chrom $(seq 1 22) X Y -d /path_to_chr.fa
cnvnator -root sample.root -stat 1000 -d /path_to_chr.fa
cnvnator -root sample.root -partition 1000
cnvnator -root sample.root -call 1000  >sample.txt

When I use cnvnator -root sample.root -partition 1000 -d /path_to_chr.fa, I get this message:
Average RD per bin (1-22) is 0.245291 +- 2.51832 (before GC correction)
Average RD per bin (X,Y) is 7.09492e-14 +- 2.14621 (before GC correction)
Correcting counts by GC-content for '1' ...
Zero value of GC average.
Bin 13103 with center 1.31025e+07 is not corrected.
Correcting counts by GC-content for '2' ...
Correcting counts by GC-content for '3' ...
Zero value of GC average.
Bin 145439 with center 1.45438e+08 is not corrected.
Correcting counts by GC-content for '4' ...
Correcting counts by GC-content for '5' ...

The "Average RD per bin"looks abnormal,dose it too samll?
Despite this,I find that the normalized_RD in my results is abnormal too.It haven't been normalized that the value is larger than 1. Why dose this happen?

@abyzov
Copy link
Member

abyzov commented Apr 1, 2023 via email

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