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

Providing missing files and files inconsistency #3

Open
OziLeung opened this issue Nov 14, 2023 · 0 comments
Open

Providing missing files and files inconsistency #3

OziLeung opened this issue Nov 14, 2023 · 0 comments

Comments

@OziLeung
Copy link

OziLeung commented Nov 14, 2023

Hi there!

First of all, I'd like to thank you for developing this tool. I am working on the PBMC_to_PBMC sciPENN.ipynb and trying to follow each steps , however, I can't find two files cd8features.csv and colors_pbmctypes.csv, I am wondering where can I get those files. I have searched inside the UPenn box https://upenn.app.box.com/s/1p1f1gblge3rqgk97ztr4daagt4fsue5/folder/144848535142 but I can't find any. Thank you so much and appreciate that.

Also, I am wondering why the UPenn box pbmc/pbmc_gene.h5ad and the pbmc_protein.h5ad different from the datasets inside the goggle drive sciPENN_tutorial?

#the features for CD8
feature_info = pd.read_csv('cd8features.csv')
#the color code and the pbmc cell types file
color_keys = np.unique(tmp_protein.obs['celltype.l3'].values)
color_map = {key: val for key, val in zip(color_keys, pd.read_csv("colors_pbmctypes.csv").iloc[:, 1])}

@OziLeung OziLeung changed the title Providing missing files Providing missing files and files inconsistency Nov 14, 2023
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