Entering edit mode
5.0 years ago
hsu
▴
40
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!
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).