error in DESeq2 Determines differentially expressed features from count tables
0
0
Entering edit mode
4 weeks ago

I have faced errors in (DESeq2 Determines differentially expressed features from count tables) like this:

primary factor: donor48_donor63
Error in
DESeqDataSetFromMatrix(countData = tbl, colData = subset(sample_table
ncol(countData) == nrow(colData) is not TRUE
Calls: get_deseq_dataset ->DESeqDataSetFromMatrix -> stopifnot

How can I unwind?

DESeq2 • 280 views
ADD COMMENT
0
Entering edit mode

add your dataframe like small subset you can use dput(df(head) along with the metadata you are trying

ADD REPLY
0
Entering edit mode

The error message is telling you that the the number of columns in the count data is not the same as the number of rows in the sample data. Since each column in the count data should be a sample, and each row in the sample data should be a sample, these should be the same.

ADD REPLY

Login before adding your answer.

Traffic: 1544 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6