I already have a table of TMM normalised RNA-seq values, but do not have access to the raw reads. Is it possible to do an MDS plot and calculate the common dispersion, and then do a differential gene expression? I have tried using edgeR to read the normalised values into a $counts table of a DGEList, but have not had much success. Estimating the common dispersion creates an error.
Thank you very much Steve!! Will try this out. Any advice on how to generate an MDS or PCA plot? You are correct that calcNormFactor(y) was called to get my data of TMM normalised values. Thanks once again.
It would be best to read some case studies, for example
http://f1000research.com/articles/5-1408
or the case study in the limma User's Guide. These case studies use voom(), but most of the process remains the same with log2CPM input. These examples will tell you how to make an MDS plot and many other things.
Thank you very much for your help Gordon!!
You haven't actually answered Steve's question about what sort of "normalised values" you have. You should investigate what quantities you have, what the values specifically represent, because it may make a difference.
You are absolutely correct Gordon. I will do some investigation and see what the values represent. Thank you.