getting gene expression values using edgeR
1
0
Entering edit mode
6.1 years ago
GuriGuri1565 ▴ 30

I have 4 sample groups including 10 samples in each group. so total samples are 40.

I have questions. first, I want to get gene expression values using edgeR so I'll compare total samples, total gene expression values. Can I just use cpm function? otherwise, Should I use another function or value like TPM value? second, whan I use calcNormFactors function, What is meaning of norm.factor ? and why do one sample have one norm.factor value?

RNA-Seq EdgeR gene expression value • 1.7k views
ADD COMMENT
0
Entering edit mode
6.1 years ago
h.mon 35k

I want to get gene expression values using edgeR so I'll compare total samples, total gene expression values.

What do you mean by "compare"? Perform some clustering analysis? Or perform differential expression analysis? For the former, the edgeR Users Guide recommends cpm(y, prior.count=2, log=TRUE), for the later, use raw counts and read carefully the guide for instructions.

second, whan I use calcNormFactors function, What is meaning of norm.factor ?

library(edgeR)
?calcNormFactors

Or, again, read edgeR Users Guide.

ADD COMMENT
0
Entering edit mode

I solved my problem. Thank you!

ADD REPLY

Login before adding your answer.

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