Hello,
Thanks for developing these excellent tools. I have a CITE-seq dataset but specifically want to cluster using only the RNA with scVI. Prior to running scVI I stashed the protein expression in adata.obsm using scvi.data.organize_cite_seq_10x(adata). My question is, however, can I recover this protein expression data after scVI for plotting using scanpy?
Presumably the protein data might need to undergo processing to make it comparable to the RNA? e.g. normalisation? Or does scVI somehow do this already do this on protein data in adata.obsm, in which case we can just move it across to adata.obs[‘feature_types’]?
Many thanks in advance.
Michael