We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! After reviewing the full documentation, I got a question that was not clear on it:
Lets say I'm analyzing a cohort of tumor-normal samples, but I also have available hundreds of unrelated controls
I call my segments by using a pool of normals, because as in the manual, this has higher sensibility.
Now I have a reference with all my normal samples, including the paired normal ones, and one .CNS file for each tumor.
But then, lets say I want to use SNP frequency to identify LoH
cnvkit.py call Sample.cns -y -v Sample.vcf -m clonal -o Sample.call.cns
Which samples should be present in that VCF? Just the normal-tumor pair?
What if I want to run TheTA2 to estimate tumor purity?
cnvkit.py export theta Sample_Tumor.cns reference.cnn -v Sample_Paired.vcf
Should that paired vcf also contain only the normal-tumor pair, even tough the CNVs were called with a pool of normals?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
After reviewing the full documentation, I got a question that was not clear on it:
Lets say I'm analyzing a cohort of tumor-normal samples, but I also have available hundreds of unrelated controls
I call my segments by using a pool of normals, because as in the manual, this has higher sensibility.
Now I have a reference with all my normal samples, including the paired normal ones, and one .CNS file for each tumor.
But then, lets say I want to use SNP frequency to identify LoH
cnvkit.py call Sample.cns -y -v Sample.vcf -m clonal -o Sample.call.cns
Which samples should be present in that VCF? Just the normal-tumor pair?
What if I want to run TheTA2 to estimate tumor purity?
cnvkit.py export theta Sample_Tumor.cns reference.cnn -v Sample_Paired.vcf
Should that paired vcf also contain only the normal-tumor pair, even tough the CNVs were called with a pool of normals?
The text was updated successfully, but these errors were encountered: