Error in DESeq2
1
0
Entering edit mode
@4bede5c6
Last seen 2.4 years ago
India

Hi, All I am new to Rstudio , i Have to study expression data for the following But my DESeq2 data is having an error of Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'ncol': object 'countData' not found

It would be helpful if you could provide with solution Thanks in Advance


dds <- DESeqDataSetFromMatrix(countData=countData,colData=metaData,design=~dex, tidy = TRUE)

sessionInfo( )
DESeq2 • 1.8k views
ADD COMMENT
0
Entering edit mode
Basti ▴ 770
@7d45153c
Last seen 1 day ago
France

object 'countData' not found so you don't have any countData object loaded, it should be a matrix of counts created before running this code

ADD COMMENT
0
Entering edit mode

Thanks Basti for reply ,

CountData <- read.csv('om_060_12.csv', header = TRUE, sep = ",")

I have added the count data and the headcount gives the result. still, The error is not solved.

ADD REPLY
0
Entering edit mode

CountData is different from countData, please check the names of the object you are calling in DESeqDataSetFromMatrix

ADD REPLY

Login before adding your answer.

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