Entering edit mode
11.3 years ago
sindrelee
▴
10
Hi! I have two types of data, mRNAseq and other measured data i.e. fat%/glucose tolerance etc.
My questions are: 1. How can I import "other measured data" in cummeRbund? 2. How can a calculate correlations between mRNAseq results and "other measured data"? I.e. diff. gene exp. of one gene with glucose tolerance.
Thanks you so much!
Are you sure that you want to use cummeRbund for this? In general, cummeRbund (and the whole cufflinks pipeline) isn't really well suited for more complex experiments. If you have a large number of clinical findings and aren't sure what sort of generalized linear model might describe the data, you might have a look at WGCNA.
BTW, for importing data, type: help(read.table)