Difference between revisions of "What does Timmomatic do?"

From GcatWiki
Jump to: navigation, search
Line 1: Line 1:
Trimmomatic is a program that remove adapters from FastQ data so that this tagging information is not included in future data analysis.  <br>
+
Trimmomatic is a program that remove adapters from FastQ data so that this tagging information is not included in future data analysis and mapping.  Running FastQ data through trimmomatic increases the quality control scores by removing lower quality reads form the data. You can run trimmomatic on single reads or read pairs (Single mode or Paired mode).  Paired mode uses data from paired reads to improve the likelihood of finding adapters and PCR primer fragments within the data.
Running FastQ data through trimmomatic increases the quality control scores.
 
  
  
 
[http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/TrimmomaticManual_V0.32.pdf Source of Trimmomatic Data]
 
[http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/TrimmomaticManual_V0.32.pdf Source of Trimmomatic Data]

Revision as of 15:18, 6 February 2018

Trimmomatic is a program that remove adapters from FastQ data so that this tagging information is not included in future data analysis and mapping. Running FastQ data through trimmomatic increases the quality control scores by removing lower quality reads form the data. You can run trimmomatic on single reads or read pairs (Single mode or Paired mode). Paired mode uses data from paired reads to improve the likelihood of finding adapters and PCR primer fragments within the data.


Source of Trimmomatic Data