Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I find cell type for Example 2 dataset? #17

Open
cristalliao opened this issue Jul 19, 2023 · 1 comment
Open

How can I find cell type for Example 2 dataset? #17

cristalliao opened this issue Jul 19, 2023 · 1 comment

Comments

@cristalliao
Copy link

cristalliao commented Jul 19, 2023

Hi Professor,
I have a question about the cell type, I want to know how can I find the cell type for the Example 2 dataset. For example, we have different slices such as 17x26-slice0, I want to know which cell type this slice is. How can I find this information? Could you provide some guidelines? Now I want to do is to find the "ground truth" of each slice. Thanks a lot!

Best regards,
Cristal

@gefeiwang
Copy link
Collaborator

Hi Cristal,

Cell-type information produced by STitch3D is saved in the output of model.eval() function. For the human heart example, after running result = model.eval(adata_st_list_raw, save=True, output_path=save_path), you will get a list of anndata objects and cell-type proportions are saved in the .obs view of anndata objects.

Best,
Gefei

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants