hms-dbmi / scde

R package for analyzing single-cell RNA-seq data
http://pklab.med.harvard.edu/scde
Other
170 stars 64 forks source link

Error in t.default(pmat1) : argument is not a matrix #70

Closed YingMa0107 closed 5 years ago

YingMa0107 commented 6 years ago

When I try to calculate the difference posterior, it showed the error: Error in t.default(pmat1) : argument is not a matrix

I checked the format of the dataset, everything looks reasonable as the sample dataset.

Any suggestions?

JEFworks commented 5 years ago

What is the output of class(pmat1)? You can cast it as a matrix via as.matrix(pmat1)