Hi there,
I’m quite new to scvi. So please excuse if there is some notion mistake.
What I try to achieve is accessing the full dataset’s scvi embeddings from the model page of Census by CellxGene platform(s3://cellxgene-contrib-public/models/scvi/2024-07-01/mus_musculus/model.pt)
Then, using this pretrained embeddings (if possible) to predict the cell types of my query dataset.
The given example on the Census is for small slice of the anndata object from Census.
For the full model of the ‘model.pt’ file I could not find a working approach to predict the cell types of my query anndata object (actually, converted Seurat object).