Closed GokceOGUZ closed 1 year ago
Hi!
data.tl.annotation
only can support one to one.data = st.io.read_h5ad('xxx.h5ad')
, after reading, you can get the groups from data.cells[obs_key]
, the obs_key
is the key of groups stored in anndata.obs.
I have few questions related to cluster annotation
I exported the data to R and performed subclustering there. I created a mapping file that contains the bin id and my desired grouping. How can I read and add this to the metadata of the stereopy object?
I want to annotate some bins as a cell type manually if their expression levels for a gene is high. i.e. not using/overriding the cluster information.
Any advice is much appreciated.