Changes between Version 35 and Version 36 of SOPs/qc_shortReads
- Timestamp:
- 04/26/17 12:00:03 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/qc_shortReads
v35 v36 64 64 == FastQC == 65 65 66 http://www.bioinformatics.babraham.ac.uk/projects/fastqc/ 66 [[http://www.bioinformatics.babraham.ac.uk/projects/fastqc/|FastQC]] 67 67 * quality control analysis with nice graphical output 68 68 * available for Linux, Windows, and MacOSX … … 88 88 89 89 == ShortRead (R package) == 90 http://www.bioconductor.org/packages/release/bioc/html/ShortRead.html 90 [[http://www.bioconductor.org/packages/release/bioc/html/ShortRead.html| ShortRead]] 91 91 R package, Linux (Tak), Window, Mac \\ 92 92 … … 114 114 115 115 == Fastx Toolkit == 116 http://hannonlab.cshl.edu/fastx_toolkit/ 116 [[http://hannonlab.cshl.edu/fastx_toolkit/|FastX Toolkit]] 117 117 galaxy integration, Linux(Tak), MacOSX \\ 118 118 '''Note:''' fastq_quality_filter v 0.0.14 may have a bug where it reports "got empty array at fastq_quality_filter.c:97" and/or segmentation fault. … … 131 131 132 132 \\ 133 134 == PrinSeq == 135 [[http://prinseq.sourceforge.net | PrinSeq]] gives summary statistics and QC, eg. remove duplicate reads (eg. exact duplicate and other options) and has several visual summaryies. 136 137 {{{ 138 #Get html summary of output 139 prinseq-lite.pl -fastq myFile.fastq -graph_data file.gd -out_good null -out_bad null 140 prinseq-graphs.pl -i file.gd -html_all -o prinseq_outFile 141 142 #remove exact duplicates (drep=1) to a new fastq file 143 prinseq-lite.pl -fastq myFile.fastq -derep 1 -out_good myFile.unique.fq -out_bad myFile.dup.fastq 144 145 }}} 133 146 134 147 = Modifying a file of short reads based on quality considerations =