12.12.2012 Views

Mapping 250K/500K SNP assay

Mapping 250K/500K SNP assay

Mapping 250K/500K SNP assay

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

chapter 7 | Analysis Workflow 205<br />

3. Create column called “concordance check”. This column will<br />

contain a 1 if the two genotype calls match and a 0 if they do not.<br />

A. Enter the following formula “=IF(B2=C2,1,0)”.<br />

B. Auto fill down the column.<br />

4. Create a second Column Called “No Call”. This column will<br />

contain “TRUE” if either call column contains a “NC”.<br />

A. Enter the following formula “=OR(B2="NoCall",C2="NC")”.<br />

B. Auto fill down the column.<br />

5. Create a third column called “Valid Concordant <strong>SNP</strong>”. This column<br />

will contain a “TRUE” if the <strong>SNP</strong> calls match and neither is a “NC”.<br />

A. Enter the following formula “=AND(D2=1,E2=FALSE)”.<br />

B. Auto fill down the column.<br />

6. Count the number of <strong>SNP</strong>s that had a genotype call in both<br />

experiments.<br />

A. Within the spreadsheet, enter the following formula into a cell:<br />

“=COUNTIF(E2:65536,"FALSE")”.<br />

B. Press return.<br />

7. Count the number of <strong>SNP</strong>s that have a genotype call in both<br />

experiments and are concordant.<br />

A. Elsewhere within the spreadsheet, enter the following formula<br />

into a cell: “=COUNTIF(F2:65536,"TRUE")”.<br />

B. Press return.<br />

8. The Concordance rate can be calculated by dividing the value from<br />

step 7 by the value from step 6.<br />

The concordance rate should always be greater than 99%. Reasons<br />

for a decline in the concordance rate include:<br />

Selecting the wrong data set to compare to the reference DNA.<br />

Contamination at some step in the <strong>assay</strong>.<br />

Poor sample preparation.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!