Entering edit mode
asd
•
0
@asd-12785
Last seen 7.7 years ago
I have 950 cases and ~60k genes in a matrix and I would like to test differential expression for one gene. The conditions are true only for that gene.
If the countData
parameter of DESeqDataSetFromMatrix
function has a matrix only with one row, it doesnt work.
How can I do it?
If I have ~60k gene and filter the matrix to contain just 10 gene and after that I run DESeq(dds). Does the filtering affect the result of the method?
To clarify the original question: I assume that one gene in my count dataset has different distribution if I consider given cases. I would have liked to know how can I test for this with DESeq2, instead of U-test.
Can you tell me about the 950 cases? And this is RNA-seq? It's important information, to known how to normalize the counts. With 950 cases, afterward you can probably use whatever method you want, e.g. U-test.