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 0I 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 5Good evening, The `multiqc` report shows the presence of poly- tails in my samples after DNA (!) sequencing even after cleaning with `fastp` and `cutadapt` …
-
How to find out what adapters to remove after FastQC of RNAseq data?
written by ella 0Dear community, For a new RNAseq project, I downloaded (foreign but reliable) SRA data of the wildtype control sampe. My FastQC analysis of the data …
-
Remove PolyA 3'End with cutadapt
written by GiV17 5Hi 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. 9Hi 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 0Hi, 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 Apprentice 19Hi. 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) …
-
how to remove over represented sequence
written by asifrayaan05 0i 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 66<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? …
-
Simulation Of Rnaseq Read Mapping With Reads Having Different Polya Tail Lengths.
written by Gaima Kushwaha 1<p>I want to calculate how much is it possible to map reads with long polyA tails in their ends as it is very likely to …
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.