Difference between revisions of "What does Timmomatic do?"
From GcatWiki
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 and mapping. Running FastQ data through trimmomatic increases | + | '''Trimmomatic''' is a program that remove adapters from FastQ data so that this tagging information is not included in future data analysis and mapping. <brb> |
+ | Running FastQ data through trimmomatic increases quality control scores by removing lower quality reads form the data. <brb> | ||
+ | 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 by using forward and reverse reads of your data. | ||
[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:26, 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. <brb> Running FastQ data through trimmomatic increases quality control scores by removing lower quality reads form the data. <brb> 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 by using forward and reverse reads of your data.