Error when creating a DESeqDataSet object
1
0
Entering edit mode
colaneri ▴ 30
@colaneri-7770
Last seen 5.0 years ago
United States

Hi I have a RNAseq experiment with 2 genotypes (Wt vs Mut) and 2 conditions (treat untreat)

I like to run a interaction test and I created the dds object with the below command:

dds <- DESeqDataSet(se, design= ~genotype + genotype:treatment)

However I got the below error, which I was trying to track in the web but I found nothing.

Error in checkSlotAssignment(object, name, value) : 
  assignment of an object of class "CompressedGRangesList" is not valid for slot 'rowRanges' in an object of class "DESeqDataSet"; is(value, "GenomicRanges_OR_GRangesList") is not TRUE

I can not figure out what is going on. I updated all packages but the error still there. I downloaded the airway data and everything since to work ok with that data

deseq2 DESeqDataSet • 955 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 8 hours ago
United States

Check BiocManager::valid() and if there are errors follow the suggestions.

ADD COMMENT
0
Entering edit mode

Thank you Michael Problem solved!

ADD REPLY

Login before adding your answer.

Traffic: 602 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