Question on Trimmomatic Defaults?
0
0
Entering edit mode
8.2 years ago

Hi everyone,

I am new to using trimmomatic, can anyone explain to me what the default settings are?

This is the command I used:

Trinity \
  --left R1V22_B9F8St_ACTTGA_L002_R1_001.fastq \
  --right R1V22_B9F8St_ACTTGA_L002_R2_001.fastq \
  --trimmomatic \
  --max_memory 10G \
  --CPU 16 \
  --seqType fq \
  --SS_lib_type RF \
  --output /home/richardsonlab/AMMA_transcripts/trinity_out_dir2 \
  --normalize_reads

I am just not entirely sure what running the --trimmomatic command actually did to my fastq files.

Thanks for your help!

Nikelle

phred trinity rna-seq trimmomatic • 3.6k views
ADD COMMENT
0
Entering edit mode

If your data does not have have adapter contamination then it is not going to do anything to the data. That is normal behavior. Do you have a reason to suspect that there is something (e.g. adapters/low quality bases) in your data based on FASTQC report?

ADD REPLY
0
Entering edit mode

http://tinypic.com/r/21cti0/9

My FASTQC report looks like this on average for pretty much all of my raw files. Do you suggest not using any quality trimming/filtering?

Thanks for your help!
Nikelle

< image not found >

ADD REPLY
0
Entering edit mode

You should scan/trim (if needed) all data. Do it outside trinity if you want to see what happens.

Trimming would not occur if no adapter contamination is present. If you choose to trim based on Q-scores then use a low cut-off (e.g. Q-score 10 or less).

ADD REPLY

Login before adding your answer.

Traffic: 3173 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6