Boyi Guo
Boyi Guo
I believe there is a parameter called "cellnote", where you can pass in the labels in the format of a matrix whose size matches the data matrix you put in...
labRow and labCol parameters will help?
This previous issue seems relevant: https://github.com/hemberg-lab/SC3/issues/53#issuecomment-355736905 TLDR: you may want to see what is the data structure that contains your count/log count data. They should be `matrix`.
Thanks for your prompt response. It is great insight to know. I acknowledge this is a corner case from a development perspective, and I'm not sure how many users would...
I think @lahuuki's explanation is perfect. I just want to add another corner case if other's not paying attention with _categorical and syntactically valid_. The variable has to be a...
Hi @AnnaChristina, Thanks for the great work of `NCEM`. I have a follow-up question on applying `NCEM` to Visium data. When inferring the cell-type specific expression using spot deconvolution info,...