How to check for adapters?
2
0
Entering edit mode
5 days ago
Luna • 0

I am doing rna-seq analysis of a bacterium and I have done adapter trimming. I have removed the universal adapters , how to find if there are bacterium specific adapters in the reads?

Adapters trimmomatic ngs • 704 views
ADD COMMENT
1
Entering edit mode

run a fastqc on the fastq files, that is the straight forward way

ADD REPLY
1
Entering edit mode
4 days ago
GenoMax 148k

how to find if there are bacterium specific adapters in the reads?

There should be no organism specific adapters. Adapters generally come from the kit used to make the libraries.

That said programs like fastp (LINK) and bbmerge.sh from BBMap suite (see --> Identify adapter sequences for trimming from Illumina paired end fastq files ) can help automatically identify adapters, when you don't know the exact library kit used.

ADD COMMENT
0
Entering edit mode

Is there a way to know if the sequence is a sequencing adapter or UMI?

ADD REPLY
0
Entering edit mode

Sequencing adapters would be significantly longer and more common (in terms of numbers) than UMI's.

ADD REPLY
1
Entering edit mode
3 days ago
Darked89 4.7k

You can download UniVec_Core fasta file, then extract primers/adapters (say sequences < 100bp?) and use seqkit locate to search some subset of reads (10-100k) from the intact FASTQ files. This way you may figure out if there are any adapters in your sequences, what these are and the location. At times ppl either on purpose or by mistake do non-obvious things, where read_length > insert_length and you will have a detectable the adapter sequence in large proportion or even all the reads (small RNA i.e.)

ADD COMMENT
0
Entering edit mode

Original question is about RNAseq analysis of bacterial sample. So I am curious as to how the file you linked (which seems to mostly contain cloning vector and primer sequences) is going to help find adapters (which should be library adapters for purpose of NGS data analysis).

ADD REPLY
0
Entering edit mode

Well, I have no clue which kit was used to construct the bacterial RNA library, sequence it, possibly with multiplexing. But apart from a ton of obsolete 454/Solid adapters one can check:

 'grep ^>' UniVec_Core | grep Adapt | less
ADD REPLY

Login before adding your answer.

Traffic: 1331 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