RNA-seq analysis without grouping data
1
1
Entering edit mode
8.7 years ago
e.antoun ▴ 20

Hi,

I have some RNA-seq analysis that I want to do and determine differential gene expression with respect to several different phenotypic characteristics. For some of these, we can group the data (i.e. control, treatment), but we also want to determine differential gene expression with respect to several continuous variable such as fat mass and age.

Is there a way to determine differential gene expression in R without having to divide the samples into distinct groups, and to look at differential expression with respect to increasing age for example?

Thanks

RNA-Seq differential-expression R • 3.1k views
ADD COMMENT
1
Entering edit mode

One idea could be to bin ages (or any other continuous variable) in discrete categories [0-5], [5-10], etc... and to use DESeq2 to perform a time-series analysis.

ADD REPLY
0
Entering edit mode

Thanks for the reply, that is one possibility but it is what we are hoping to avoid having to do, as it is technically still grouping the data. Obviously if there is no way around it, then we will have to go down that route,, but we are hoping to avoid that as much as possible.

ADD REPLY
0
Entering edit mode
8.7 years ago
mark.ziemann ★ 1.9k

The edgeR user guide has in depth description of GLM analyses (page 15) suitable for many types of analyses such as correcting for gender (factor) while looking for genes that correlate with age (continuous). I understand that DESeq provides more or less the same functionality too. NicoBxl's suggestion of stratifying individuals into groups is an excellent suggestion.

ADD COMMENT
0
Entering edit mode

Thanks for the reply, I shall have a look at the GLM capabilities of edgeR and DESeq.

ADD REPLY

Login before adding your answer.

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