I have 3'-seq data and planning to remove polyA of all genes. I have aligned the reads but I do not know how to remove polyA at the end of genes. do you know how to do that?
you can use cutadapt to remove adapters (poly-A included).
As the poly-A is usually found at the 3' end of reads, you can use the following as suggested by cutadapt documentation:
For DEG analysis using RNA-seq, we typically remove pseudogenes, microRNA genes, and RNA genes such as LINC RNA, SCARNA, SNOR, etc., the reason being that …
<p>Hello, I am planing an experiment, where I will collect RNA-seq data on a 3'-polyA capture library. My question is, after alignment with Bowtie, what …
Please don't delete your question after you have received a helpful answer.
If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.