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

Downstream scRNA UMAP analysis #22

Open
ninashenker opened this issue Sep 18, 2024 · 0 comments
Open

Downstream scRNA UMAP analysis #22

ninashenker opened this issue Sep 18, 2024 · 0 comments

Comments

@ninashenker
Copy link

Hi,

I'm trying to recreate your mouse hypothalamus UMAP in the paper (Figure 5b). Here you show UMAP layout of single-cell profiles generated from bulk tissue by Bulk2Space.

I have been unsuccessful in recreating the UMAP. I've tried a few thing such as the following:

adata= sc.AnnData(generate_sc_data.T)
generate_sc_meta.set_index('Cell', inplace=True)
adata.obs['Cell_type'] = generate_sc_meta['Cell_type']
sc.pp.neighbors(adata)
sc.tl.umap(adata)
sc.pl.umap(adata, color='Cell_type')

The UMAP shows no clustering or separation of cell types.
Could you please provide the code for generating a UMAP after deconvolution? Or assist me in how to correctly get the data into adata format?

I would really appreciate any help!

Best,
Nina

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

1 participant