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

PennCNV affy X chromosome missing #16

Closed
jongleur2056 opened this issue Sep 15, 2017 · 7 comments
Closed

PennCNV affy X chromosome missing #16

jongleur2056 opened this issue Sep 15, 2017 · 7 comments

Comments

@jongleur2056
Copy link

Hi There,
I was following PennCNV affy tutorial, after "Step 2: Split the signal file into individual files for CNV calling by PennCNV", I did "wc -l file.split1" to check the number of lines and found all the individual files had 1,401,380 lines instead of around 1.8 million lines for Affy 6.

I then used "tail file.split1" and found the last line was
CN_922408 22 49578524 -0.0502 2
and I did not see X chromosome.

I used "wc -l gw6.lrr_baf.txt" and found there were only 1,401,380 lines too.
What could I have done wrong that lost about 400,000 probsets for each sample?

@kaichop
Copy link
Contributor

kaichop commented Sep 15, 2017 via email

@jongleur2056
Copy link
Author

Thanks for your quick response. I used Affymetrix genome wide microarray SNP 6.0. And I copied the following five commands for Genome-wide 6.0 array in Steps 1.1 1.2 1.3 1.4 and 2 from PennCNV affy tutorial.
I assume the annotation file should be GenomeWideSNP_6.cdf?
Which original apt output file should I check, "birdseed.calls,txt", "birdseed.confidences.txt", or "quant-norm.pm-only.med-polish.expr.summary.txt"?
Many thanks.

[kai@cc ~/]$ apt-probeset-genotype -c lib/GenomeWideSNP_6.cdf -a birdseed --read-models-birdseed lib/GenomeWideSNP_6.birdseed.models --special-snps lib/GenomeWideSNP_6.specialSNPs --out-dir apt --cel-files listfile

[kai@cc ~/]$ apt-probeset-summarize --cdf-file lib/GenomeWideSNP_6.cdf --analysis quant-norm.sketch=50000,pm-only,med-polish,expr.genotype=true --target-sketch lib/hapmap.quant-norm.normalization-target.txt --out-dir apt --cel-files listfile

[kai@cc ~/]$ generate_affy_geno_cluster.pl birdseed.calls.txt birdseed.confidences.txt quant-norm.pm-only.med-polish.expr.summary.txt -locfile ../lib/affygw6.hg18.pfb -sexfile file_sex -out gw6.genocluster

[kai@cc ~/]$ normalize_affy_geno_cluster.pl gw6.genocluster quant-norm.pm-only.med-polish.expr.summary.txt -locfile ../lib/affygw6.hg18.pfb -out gw6.lrr_baf.txt

kcolumn.pl gw6.lrr_baf.txt split 2 -tab -head 3 -name -out gw6

@jongleur2056
Copy link
Author

Hi,
I came across the following paper claiming that "Specifically, data for chromosome X and Y were not shown because PennCNV-Affy didn’t carry sex chromosome information". Is this true that PennCNV-affy will omit chrX?

BMC Bioinformatics. 2014. Evaluation of copy number variation detection for a SNP array platform.
https://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-15-50

@kaichop
Copy link
Contributor

kaichop commented Sep 15, 2017 via email

@kaichop
Copy link
Contributor

kaichop commented Sep 15, 2017 via email

@jongleur2056
Copy link
Author

Array: Affymetrix genome wide SNP 6.0
annotation file: affygw6.hg19.pfb contains 12839 chrX probesets

apt output files:
"birdseed.calls.txt" has 909623 probesets and contains 11553 chrX probesets.
"birdseed.confidences.txt" has 934968 probesets and contains 12047 chrX probesets.
"quant-norm.pm-only.med-polish.expr.summary.txt" has 1048464 probesets and contains 0 chrX probesets.

I used the following command (step 1.2) to generate quant-norm.pm-only.med-polish.expr.summary.txt file:
[kai@cc ~/]$ apt-probeset-summarize --cdf-file lib/GenomeWideSNP_6.cdf --analysis quant-norm.sketch=50000,pm-only,med-polish,expr.genotype=true --target-sketch lib/hapmap.quant-norm.normalization-target.txt --out-dir apt --cel-files listfile

Which step could go wrong that generated 0 chrX probesets in quant-norm.pm-only.med-polish.expr.summary.txt file?

@kaichop
Copy link
Contributor

kaichop commented Sep 18, 2017 via email

@kaichop kaichop closed this as completed Jan 5, 2018
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