Reply under my comment, do not post an answer.
• 0 views
•
link
I'M constructing a SummarizedExperiment object by
zinbzywt <- SummarizedExperiment(assays=list(counts=zywtmono2), colData=zywtsampleinfor) in R.
There is an error:Error in all_dims[, 1L] : incorrect number of dimensions
What should I do about it ?
Thank you very much!
See if your zywtmono2 object is matrix or data frame. It has to be a matrix.
Log in to answer this question.
This part:
Does not make sense to me. Maybe you mean
assays=list(zywtmono2)?Can you post the results of
head(zywtmono2(make sure it's correctly formatted).