Entering edit mode
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( )
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.
CountData
is different fromcountData
, please check the names of the object you are calling inDESeqDataSetFromMatrix