Closed iamakhilverma closed 1 year ago
So, my labmate figured it out. Turns out, BayesPrism
pipeline requires sc.dat
to be a full matrix and not the compressed sparse one (dgcMatrix
).
sc.dat <- as.matrix(sc.dat)
solved it for me.
Thanks for updating this.
Hello @tinyi and Team, I'm getting similar errors while running
plot.cor.phi
andplot.scRNA.outlier
functions. I've followed the vignette (Tutorial: bulk RNA-seq deconvolution using BayesPrism by Tinyi Chu) step-by-step to generate the input files correctly. Please find the commands, respective errors, and some cells giving information about the input files that I've prepared for BayesPrism.Can you please look into this and help me resolve it?
For reference: