Closed hlmtran closed 2 weeks ago
Thank you for reporting this issue and providing the detailed reproduction steps. The NMF embeddings you’re attempting to access are not currently supported in the R API for CELLxGENE Census. At present, the only cell embeddings available via the R API are from scvi and geneformer. NMF embeddings have not been implemented for R and we do not currently have plans to implement support for this.
Hey, I'm going to close this issue since it seems like it's been answered. Lemme know if that's not the case!
Describe the bug
I am just going through the R vignettes for using census embeddings, and the cell embeddings aren't recognized with the
Warning: The following cell embedding does not exist: nmf
.To Reproduce
Expected behavior
It is my first time using this, so I don't know what I should be expecting in the seurat object, but the Python API has no problem getting the embeddings with the anndata object containing
obsm
andvarm
for the cell and feature embeddings respectively based on input parameters.Environment
Additional context
The Python API seems to also include the
var_embeddings
parameter which there seems to be no equivalent to in R (something likevar_layers
). Some guidance would be greatly appreciated as I also need the feature embeddings for this model. It would also be extremely useful to be able to check how these census models are named, and which ones are available; I am going off of the Python code with the assumption thatnmf
is consistent in R.