Is It Possible To Run Genomestudio(To Detect Cnv) For A Specific Region Not Whole Genome?
2
0
Entering edit mode
12.4 years ago
Omid ▴ 580

CNV detection in 800 samples by GenomeStudio takes a lot of time.Is it possible to select a specific region and run GenomeStudio in that region not whole genome.That would reduce the time.

cnv • 3.2k views
ADD COMMENT
2
Entering edit mode
12.4 years ago

CNV detection in a small part of the genome is not something that many people do. There are a few reasons I can think of:

  1. Accurate CNV detection usually depends on training a hidden markov model on a specific type of data. This differs from platform to platform. What you would be asking of the program is to effectively create a new platform that is comprised of just the SNPs you are interested in. This would require that the HMM be trained on some samples of this type. 1.
  2. Genomic waviness and population allele frequency depend, in a large part, on your specific samples and the facility where you have genotyped them. You will obtain more accurate CNV detection if you can evaluate these factors on a genome-wide scale.
  3. CNV border detection by HMM depends on evaluating a varying number of SNPS before and after the region you are interested in. By specifying an artificial start and stop position you may get inferior boundaries, since you will not be evaluating the information before and after your region.

If you are truly interested in CNV detection in a specific region in many samples, you should check out methods that do not use an HMM, such as circular binary segmentation. The R DNAcopy package is an easy to use implementation. The results from CBS may not be as accurate as applying an HMM to your data.

If you are worried about speed, you might try PennCNV. This will be faster than running Genome Studio, and if you have multiple cores you can split your input files and run multiple instances at once. I routinely run CNV analysis on 3000 samples using 12 cores, and it takes a couple of hours on an Illumina 1M platform.

ADD COMMENT
0
Entering edit mode
12.2 years ago
John Adam • 0

Hi Matt, Is there any explanation to why I don't see a deletion in a gene (CNV analysis using CNV partition with Illumina SNP genotyping data in genomestudio), but see decreased product in q-pcr. John.

ADD COMMENT

Login before adding your answer.

Traffic: 1889 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6