Entering edit mode
20 months ago
kayah
▴
20
I already read DESeq2 tutorial when analyzing single cell data. but it didn't work
> aggregate_Wat
$AllCells
class: SummarizedExperiment
dim: 16176 4
metadata(0):
assays(1): counts
rownames(16176): Raet1e LOC102547056 ... Svop Gtpbp6.1
rowData names(0):
colnames(4): WAT_M_Y WAT_F_Y WAT_M_O WAT_F_O
colData names(2): orig.ident type
> dds_WAT <- DESeqDataSet(aggregate_Wat)
Error in DESeqDataSet(aggregate_Wat) :
'se' must be a RangedSummarizedExperiment object
Thank you so much!!
I believe you need to do
DESeqDataSet(aggregate_Wat$AllCells).Thank you for your kind help. But it didn't work too..LOL
Can you share the ouput of the following two commands?
And how do you construct your
aggregate_Watobject?and this is how I get aggregate_Wat
Thankyou so much!!
Looks like this is single cell study. Anyhow, per the documentation here section
DGE with DESeq2, you will need to adapt the following towards your needs (changingSecretory celltoAllCellscan be a good start):