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

--access option resulted in different heatmap #755

Open
227BaronChen opened this issue Sep 2, 2022 · 1 comment
Open

--access option resulted in different heatmap #755

227BaronChen opened this issue Sep 2, 2022 · 1 comment

Comments

@227BaronChen
Copy link

GENOME=./GRCh38.p13.genome.fa
ACCESS=./access-5kb.hg38.bed

cnvkit.py batch ./alignment/*T.bam --normal ./alignment/*N.bam --fasta $GENOME --targets $BED --annotate $ANNOTATE
Using the .call.cns results output by the parameters above, I got the following heatmap.
heatmap-test3

cnvkit.py batch ./alignment/*T.bam --normal ./alignment/*N.bam --fasta $GENOME --targets $BED --annotate $ANNOTATE
Using the .call.cns results output by the parameters above, I got the following heatmap
heatmap-test3

Comparing the heatmaps with and without the --access option, we can find that the difference between the two is mainly concentrated in the log2CN of chrX/chrY. Without the --access option, the chrX/chrY region in the heatmap are almost all red. Is this normal? Which result should I use?

ps: The samples are all male, the -x male option has been added when drawing the heatmap.

Best regards,
Baron

@227BaronChen
Copy link
Author

@brentp @chapmanb @etal @roryk Thanks.

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

1 participant