How can I get Adapter information for SRR File from SRA ?
Hi,
I am doing RNA-Seq analysis on sequencing data from SRA. I want to remove the adapters from the file. how can i get to know, what adapter sequences they used while sequencing? Or how can I trimmed this adapters?
Thank you
• 1,950 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Check with
fastqcif adapters can be detected. If not there is probably nothing to worry about towards trimming, so not necessary. Scan the method section for the kit they used which determines the adapter.How Can I Tell What Is The Adapter Used In A Sequence Read Archive (Sra) Sample?
See: A: How to get adapter information from SRA dump FASTQ file??
Also if the adapter content is less than 1% you can simply ignore it, since aligner like BWA softclips the adapters from ends when they dont align during alignment step.