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

Some early-stage example material for corpus reconnaissance [WIP] #124

Closed
wants to merge 1 commit into from

Conversation

johnkerl
Copy link
Member

@johnkerl johnkerl commented May 25, 2022

Rendered text:
https://github.com/single-cell-data/TileDB-SingleCell/blob/kerl/some-examples/apis/python/examples/README-pre-query.md

Needs some looking/editing/discussing.

Note: this is still a WIP but @aaronwolen, @chadkrilow, and @ebezzi I'd love to get some feedback on this -- seems like "too much content" but maybe we can winnow down? Or start anew ...

Update: please see #136

@johnkerl johnkerl changed the title some example material for corpus reconnaissance [WIP] Some example material for corpus reconnaissance [WIP] May 25, 2022
@johnkerl johnkerl force-pushed the kerl/some-examples branch 4 times, most recently from 1d8d4aa to a895064 Compare May 25, 2022 22:50
@johnkerl johnkerl changed the title Some example material for corpus reconnaissance [WIP] Some early-stage example material for corpus reconnaissance [WIP] May 25, 2022
@johnkerl johnkerl force-pushed the kerl/some-examples branch 14 times, most recently from a896d54 to 5ca1474 Compare May 25, 2022 23:18
@johnkerl johnkerl mentioned this pull request May 25, 2022
61 tasks
@johnkerl johnkerl force-pushed the kerl/some-examples branch 3 times, most recently from f0f95f6 to 49ba9cd Compare May 26, 2022 18:55
@johnkerl johnkerl force-pushed the kerl/some-examples branch from 49ba9cd to ea36fba Compare May 28, 2022 01:28
@johnkerl johnkerl marked this pull request as ready for review May 28, 2022 02:18
@johnkerl johnkerl requested a review from aaronwolen May 28, 2022 02:18

</details>

## Datasets having all three of obs.cell_type, obs.tissue, and obs.feature_name
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

even easier:

>>> sorted([soma.name for soma in soco if 'cell_type' in soma.obs.keys() and 'tissue' in soma.obs.keys() and 'feature_name' in soma.var.keys()])

@johnkerl
Copy link
Member Author

Superseded by #136

@johnkerl johnkerl closed this May 31, 2022
@johnkerl johnkerl deleted the kerl/some-examples branch June 1, 2022 13:25
nguyenv pushed a commit to nguyenv/TileDB-SOMA that referenced this pull request Jan 10, 2024
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

Successfully merging this pull request may close these issues.

1 participant