Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 107: Line 107:  
''We may hold off on reviewing this until Friday.''
 
''We may hold off on reviewing this until Friday.''
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
ls QCFiles/
+
Check QC directory
 +
ls QCFiles/
 +
 
 +
Check for Sample Contamination:
 +
less -S QCFiles/Sample*.genoCheck.selfSM
 +
Look for FREEMIX column.  OR notice that it is column 7:
 +
cut -f7 QCFiles/Sample*.genoCheck.selfSM
 +
 
 +
Look at QPLOT stats:
 +
less QCFiles/Sample*.qplot.stats
 +
 
 +
* What is your Mapping Rate%?
 +
* What is your MeanDepth?
 +
* What is your GenomeCover(%)?
 +
 
 +
Let's generate the plots:
 +
* R script will create PDF
 +
** automatically set PDF path to full path where the R script is
 +
*** That wouldn't work since I didn't align in your directory & instead moved the files in there afterwards
 +
*** I hand modified it to relative directory from your home directory, so you need to move to your home directory to create the PDF
 +
cd
 +
Rscript Sample*/output/QCFiles/Sample*.qplot.R
 +
evince Sample*/output/QCFiles/Sample*.qplot.pdf&
 
</div>
 
</div>
 
</div>
 
</div>

Navigation menu