Hi all,
I was reading this paper today:
Transcriptomes of germinal zones of human and mouse fetal neocortex suggest a role of extracellular matrix in progenitor self-renewal
The paper is about the comparison of fetal human and embryonic mouse cells of different brain tissues (RNASeq). As a results they suggest a list of (up- or down-regulated) genes which are responsible for the regulation and control of cell adhesion and cell–extracellular matrix interactions.
But my question is not about the biological part, but instead about the analysis of the reads.
As The paper is from 2012 they have used cufflinks v.
in the method part they are mentioning the use of cufflinks to quantify the read counts per gene using the FPKM values.
But after that they are using DESeq for the differential expression analysis.
For the DESeq analysis to work (which is with integer values), they multiply the FPKM values by 10 and round them to integers.
This was followed by the normal DESeq analysis.
My question is - does it make sense to use cufflinks to calculate the FPKM values and than "reassign" them as if they were counts, so that DESeq can work with them?
There are many threads with exactly this question/problem (e.g. 1 ) and most of them suggesting not to do so..
Does this kind of analysis make sense?
thanks for the information
Assa
I was reading this paper today:
Transcriptomes of germinal zones of human and mouse fetal neocortex suggest a role of extracellular matrix in progenitor self-renewal
The paper is about the comparison of fetal human and embryonic mouse cells of different brain tissues (RNASeq). As a results they suggest a list of (up- or down-regulated) genes which are responsible for the regulation and control of cell adhesion and cell–extracellular matrix interactions.
But my question is not about the biological part, but instead about the analysis of the reads.
As The paper is from 2012 they have used cufflinks v.
in the method part they are mentioning the use of cufflinks to quantify the read counts per gene using the FPKM values.
But after that they are using DESeq for the differential expression analysis.
For the DESeq analysis to work (which is with integer values), they multiply the FPKM values by 10 and round them to integers.
This was followed by the normal DESeq analysis.
My question is - does it make sense to use cufflinks to calculate the FPKM values and than "reassign" them as if they were counts, so that DESeq can work with them?
There are many threads with exactly this question/problem (e.g. 1 ) and most of them suggesting not to do so..
Does this kind of analysis make sense?
thanks for the information
Assa
Comment