Problem on tximport kallisto
1
0
Entering edit mode
@jarod_v6liberoit-6654
Last seen 5.2 years ago
Italy

I try to import  data from kallisto using tximport:

dds <- DESeqDataSetFromTximport(txi.kallisto, sample_id, ~condition)
Error in validObject(.Object) :
  invalid class “SummarizedExperiment” object: 1: invalid object for slot "NAMES" in class "SummarizedExperiment": got class "array", should be or extend class "characterORNULL"
invalid class “SummarizedExperiment” object: 2: 'names(x)' must be NULL or a character vector with no attributes

I use this code:

txi.kallisto <- tximport(sample_id$files, type = "kallisto", txOut = TRUE,tx2gene = tx2gene)

head(txi.kallisto$counts)


dds <- DESeqDataSetFromTximport(txi.kallisto, sample_id, ~condition)

 

tximport • 738 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 13 hours ago
United States

Last time this error was linked with a mix of out of date packages (SummarizedExperiment and S4Vectors). Can you update all packages with biocLite(), restart and try again?

DESeqDataSetFromTximport: Error in checkSlotAssignment

ADD COMMENT

Login before adding your answer.

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