count based or cpm based filtering for miRNA normalization when library size is small.
1
0
Entering edit mode
6.2 years ago
Björn ▴ 110

Hi, I used command

y<-DGEList(data, genes = genes, group=diagroup, remove.zeros = T)

to filter zero counts and then used two filtering aproach

keep<-rowSums(y$counts) >500

gave ![enter image description here][1] [1]: https://ibb.co/kSk0nc and second approach

keep<-rowSums(cpm>1)>=3

gave figure ![enter image description here][1] [1]: https://ibb.co/e6ymSc

which one should I use before proceeding to downstream analysis Additional information : minimum lib.size is 1768648 while maximum is 5856985

Thanks

edgeR mirna cpm rnaseq differential expression • 2.4k views
ADD COMMENT
0
Entering edit mode
6.2 years ago
ozarkp ▴ 30

You should filter out low counts using the CPM. This is necessary because the raw counts for each gene should be normalized the library depth and the composition between samples. Otherwise, comparing gene expression between samples will be inaccurate and biased toward favoring longer genes or samples with more depth.

ADD COMMENT

Login before adding your answer.

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