How to remove polyAAA tails with Trimmomatic
Dear all,
I want to remove from my RNAseq data sequences that contain polyA tails. I want to do this via trimmomatic. Did I think about doing it by adding AAAA in the trimming adapter file?
How have others done it?
polyaaa
trimming
trimmomatic
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Impact of polyA trimming strategies on paired-end RNA-seq data for alternative splicing analysis
written by mahsa80.mm •I am analyzing paired-end RNA-seq data with the primary goal of studying alternative splicing. As part of the preprocessing pipeline, I performed quality control and …
-
How long should the AAA... sequence be at the end of read, so that fastqc and multiqc consider it a…
written by poecile.pal •Good evening, The `multiqc` report shows the presence of poly- tails in my samples after DNA (!) sequencing even after cleaning with `fastp` and `cutadapt` …
-
Remove PolyA 3'End with cutadapt
written by GiV17 •Hi all, How Can I remove the polyA tails and the adapter sequences of my fastq file using cutadapt software? Has anyone tried it already? …
-
Did I do this right? Testing efficiency of poly(A) tailing.
written by Morgan S. •Hi there, I am trying to determine how efficient my poly(A) tailing is. I am using [NEB's E.coli Poly(A) polymerase][1] to further add poly(A) tails …
-
Adapter trimming by Trimmomatic - Nextera Library
written by mimi •Hi, I have paired-end read data prepared by illumina Nextera. I'm trying to remove the adapter using Trimmomatic. [illumina adaper sequence manual (p.3)][1] says that …
-
How to trim poly-sequence before or after trimming by Trimmomatic.
written by ApprenticeHi. I'm analyzing RNA-seq data. My pipeline of RNA-seq was as below. (1) Trimmomatic exclude adapter sequences and low-quality bases from my fastq files. (2) …
-
adapter trimming PE RNA reads
written by rahmati.razieh83 •Dear all I have received some RNA reads prepared by SENSE mRNA-Seq Library Prep kit V2. After quality test of RNA seq reads with fastqc …
-
Are all antisense transcripts from polyA enriched library RNA-seq polyadenylated?
written by Anny •Dear all, I have a confusion about antisense detection. From my RNA-seq result which is strand-specific and polyA enriched during library preparation, about one-third of …
-
how to remove over represented sequence
written by asifrayaan05 •i have an exome sequencing file that containing four overrepresented sequences once i use trimmomatic and one over represented sequence is removed but my sequence …
-
How Does Trinity Deal With Polya Tails On Sequencing Reads? Is It Better To Trim Them Of Before Ass…
written by Rahul Sharma<p>Hi,</p> <p>I am running RNA-Seq de-novo assembly, after trimming out Adapter/Primer sequences. I am wondering how does Trinity deal with polyA tails on sequencing reads? …
Is this really necessary? How many of these sequences do you have? I guess you run
fastqc? It is uncommon to trim polyA in standard RNA-seq.Hello ATpoint,
I am really curious to find a way to do it. If I remove polyAAA I will ease mapping to the reference. I run fastqc and I see quite often AAAA taking over
Aligners can soft clip sequences that do not map so it should not cause a big issue as ATPoint noted.
But to answer your original question yes you could add a fasta formatted poly-A line to your adapters file.