featureCounts for WGS instead of RNA-seq
1
0
Entering edit mode
2.6 years ago
BioDH ▴ 10

Hello all,

I have done whole genome sequencing and aligned reads on a reference genome.

I have some bam files.

I want to get the number of reads mapped to sepecific regions defined in a gff3 files.

I have used featureCounts for RNA-seq but not for WGS.

Can I use it to get read counts? Which library type do I need to specify?

FYI, I did paired-end seq.

If it is not recommended, any suggestions?

featureCounts • 805 views
ADD COMMENT
1
Entering edit mode
2.6 years ago
Martombo ★ 3.1k

featureCounts is going to count mapped reads in genomic intervals on whatever kind of data you feed it as input, so it can work on WGS. Of course you'll have to adjust the program options for it to make sense, depending on what is your aim. Be careful, for example, of the distinction between feature and meta-feature counting (gene level), which is the default for featureCounts, the attribute / feature type of the annotation file that you're using and all the options for read filtering and interval overlap. I'm not sure what you are referring to with library type though.

ADD COMMENT
0
Entering edit mode

Library type would be accounting for stranded libraries in RNA-seq which does not apply for WGS, so you can just leave that option empty/do not set anything. I would simply make a SAF file (see featureCounts manual) of the features you want to count, and then just do:

featureCounts -a your.saf -F SAF -o out.counts your.bam

No magic here.

ADD REPLY

Login before adding your answer.

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