Hello, I am new to RNA-seq analysis and is following some of the tutorials to analysing my RNA sequences for DGE analysis. I noticed that one of the tutorials using Cutadapt inserts adaptor sequence in "Read 1 Options’’, where as the another tutorial does not, which makes me a bit confused. Is there any reason to do it in different ways ?
TUTORIAL 1 PARAMETER FOR CUTADAPT (EXTRACTED)
- In “Read 1 Options” :
- In “3’ (End) Adapters” :
- Click on “Insert 3’ (End) Adapters” :
- In “1: 3’ (End) Adapters” :
- param-select “Source” :
Enter custom sequence- param-text “Enter custom 3’ adapter name (Optional)” :
Illumina - param-text “Enter custom 3’ adapter sequence” :
AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC
- param-text “Enter custom 3’ adapter name (Optional)” :
- param-select “Source” :
- In “3’ (End) Adapters” :
TUTORIAL 2 PARAMETER FOR CUTADAPT (EXTRACTED)
ith the following parameters to trim low quality sequences:
-
“Single-end or Paired-end reads?” :
Paired-end- param-files “FASTQ/A file #1” : both
_1fastqsanger datasets (multiple datasets) - param-files “FASTQ/A file #2” : both
_2fastqsanger datasets (multiple datasets)The order is important here!
- param-files “FASTQ/A file #1” : both
- In “Filter Options”
-
“Minimum length” :
20
-
“Minimum length” :
- In “Read Modification Options”
-
“Quality cutoff” :
20
-
“Quality cutoff” :
- In “Output Options”
-
“Report” :
Yes
RESULT
I tried both methods (1) inserting adaptor sequence and (2) not providing any specific information for the adaptor, and got different results on the MultiQC of the trimmed reads.
-
“Report” :
The ‘Cutadapt_mqc-generalstats-cutadapt-percent_trimmed’ is twice (around 1.4) when I provide the adaptor sequence as compared to when no adaptor sequence is specified (around 0.8 to 0.9 )as a parameter. Wouldn’t this have an impact on downstream analysis?
Many thanks,
Gaya