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

Get the ground-truth annotation for the LARRY dataset (Fig. 4c) #15

Open
ShouWenWang opened this issue Apr 6, 2022 · 2 comments
Open

Comments

@ShouWenWang
Copy link
Contributor

If you are interested to get the the annotation as in Fig. 4c, you can download cospar, and run adata_orig=cs.datasets.hematopoiesis(), you will get the latest LARRY dataset, and it will include many fields
particularly, adata.obs[''NeuMon_fate_bias''] is what you want. It will tell you the fate bias of each cell.

@Feanor007
Copy link

Hi Dr. Wang,

Thanks for this great work and sharing the dataset. After downloading the dataset using cs.datasets.hematopoiesis(), I noticed that the number of cells is fewer than the number of cells in here. Did you filter out some of the cells based on certain criteria?

@ShouWenWang
Copy link
Contributor Author

you may use
cs.datasets.hematopoiesis_130K() to get all the data. cs.datasets.hematopoiesis() only contains cells with LARRY barcodes.

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