Counting single end reads
0
0
Entering edit mode
6.9 years ago
valopes ▴ 30

Hi everyone,

I mapped my single end reads, with transcripts as reference, using Bowtie2. Now, I am trying to count both unique and multiple mapped reads. The multiple reads I need to count just for those transcripts that had at least one unique read mapped.

Does someone know how can I do this, please? Can I do it using HTseq?

Thanks

RNA-Seq • 1.4k views
ADD COMMENT
2
Entering edit mode

Can I do it using HTseq?

Have you considered reading the manual? You can optionally include multimapping reads in your counts, but for the other requirement:

the multiple reads I need to count just for those transcripts that had at least one unique read mapped.

You will probably have to write a custom script.

I mapped my single end reads, with transcripts as reference, using Bowtie2.

I'm not sure what you are doing, but this is not the most appropriate method. Since you didn't specify the organism you are working on I am not sure if you have a reference genome, but most commonly you would use a splice aware aligner (e.g. STAR or HISAT2) to do the alignment on the genome.

ADD REPLY
0
Entering edit mode

Thank you, WouterDeCoster.

I will try to use STAR so.

ADD REPLY
0
Entering edit mode

the multiple reads I need to count just for those transcripts that had at least one unique read mapped.

A lazy way to do that would be to run HTseq twice :

  • Once considering only uniquely mapped read to identify the transcripts with at least one unique read mapped.
  • Once considering also multimappers to get the actual counts.
ADD REPLY

Login before adding your answer.

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