Run featureCounts with Gencode GTF
1
0
Entering edit mode
6.1 years ago
tianleivv ▴ 50

I want to extract transcriptomic reads from BAM file, I do this using featureCounts software with Gencode GTF annotation, which include annotation from both ENSEMBL and HAVANA. Will this bias my results? For example, HIST1H2BK has two exons annotated inENSEMBL and one exon annotated in HAVANA as following: 1) chr6 ENSEMBL exon 27114188 27114619 2) chr6 ENSEMBL exon 27106073 27106460 3) chr6 HAVANA exon 27114197 27114577 exon1 and exon3 overlapping a lot, which could be the same exon in different annotation databases. featureCounts counted reads located all 3 exons, which mean the overlapped exon counted twice:

HIST1H2BK chr6;chr6;chr6 27106073;27114188;27114197 27106460;27114619;27114577 -;-;-

Will this bias the results? Should I just use one of ENSEMBL and HAVANA?

Thanks! Leo

RNA-Seq • 2.2k views
ADD COMMENT
1
Entering edit mode
6.1 years ago
tianleivv ▴ 50

I read through featureCounts and found that: "A read is said to overlap a feature if at least one read base is found to overlap the feature. For paired-end data, a fragment (or template) is said to overlap a feature if any of the two reads from that fragment is found to overlap the feature. By default, featureCounts does not count reads overlapping with more than one feature (or more than one meta-feature when summarizing at meta-feature level). Users can use the -O option to instruct featureCounts to count such reads (they will be assigned to all their overlapping features or meta-features). Note that, when counting at the meta-feature level, reads that overlap multiple features of the same meta-feature are always counted exactly once for that meta-feature, provided there is no overlap with any other meta-feature. For example, an exon-spanning read will be counted only once for the corresponding gene even if it overlaps with more than one exon. " I believe this means it will not bias the results.

ADD COMMENT
0
Entering edit mode

"Overlap between reads and features" section at webpage: http://bioinf.wehi.edu.au/featureCounts/

ADD REPLY

Login before adding your answer.

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