This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Question: Normalization of read counts for Metagenomics data

Hi,

I'm dealing with gene abundance analysis of metagenomics data (whole-genome shotgun seq). So I've done read count by using featureCounts. Anyway. I have no idea how to normalize since there are a lot of methods use for this purpose and I also have no experience in this analysis.

So should I use the same methods as differentially expressed genes analysis of rna-seq data like RPKM, TMM or logCPM.

genome r next-gen sequencing assembly

This is a gene abundance of an individual sample (not compared to the other samples).

1 answer

This is a complex topic. You can do GC normalization, library size normalization and so on.

Here is a good paper on the topic which may help.

http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0165015

Log in to answer this question.