So if the athor tells me they are cut all the adaptors, i dont need for trimming anything related to adaptors ? even the first 12 nocleotide in this picture ?
The article genomax linked explains the issue, and suggests what should be done:
Mitigation
People often suggest fixing this issue by 5′ trimming of the reads to remove the biased portion – this however is not a fix. Since the biased composition is created by the selection of sequencing fragments and not by base call errors the only effect of trimming would be to change from having a library which starts over biased positions, to having a library which starts slightly downstream of biased positions.
Prevention
Ultimately this only fix for this issue will be in the introduction of new library preparation kits with a less bias prone priming step.
Please use ADD COMMENT/ADD REPLY when responding to existing posts to keep threads logically organized.
SUBMIT ANSWER is for new answers to original question.
As for the pattern you see in the plot above it is normal for RNAseq data. You can read more about this observation in a blog post from FastQC authors here. You do not need to do anything to that part of the read. It should align without any issues.
As for the adapters, as long as you are just aligning the data, modern aligners should be able to take care of any residual adapter sequences by soft-clipping them. If you are going to do any de novo assembly work then you should use one of the methods detailed below to ensure that all extraneous sequence gets removed before assembly.
If your data is paired-end, several programs (such as fastp, peat or bbduk) can trim by overlapping forward and reverse reads and, strictly speaking, they don't need to know the adapters. fastp can auto-detect adapters also for single endequencing, and it will output adapter statistics, including adapter inferred / detected sequences.
The best solution is to ask your sequencing data provider.
Typically, QC software (such as fastQC) can report some regular adapter types, while trim-galore can automatically detect and cut these adapters.
So if the athor tells me they are cut all the adaptors, i dont need for trimming anything related to adaptors ? even the first 12 nocleotide in this picture ?
That pattern, in the beginning, is caused by the library construction method which uses enzymatic fragmentation.
So should i cut it out or leave it be ?
The article genomax linked explains the issue, and suggests what should be done:
Please use
ADD COMMENT/ADD REPLY
when responding to existing posts to keep threads logically organized.SUBMIT ANSWER
is for new answers to original question.As for the pattern you see in the plot above it is normal for RNAseq data. You can read more about this observation in a blog post from FastQC authors here. You do not need to do anything to that part of the read. It should align without any issues.
As for the adapters, as long as you are just aligning the data, modern aligners should be able to take care of any residual adapter sequences by soft-clipping them. If you are going to do any de novo assembly work then you should use one of the methods detailed below to ensure that all extraneous sequence gets removed before assembly.