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

Add support for new abc_sample_id column. #61

Open
wants to merge 9 commits into
base: rc/0.3.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/abc_atlas_access_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ "macos-latest", "windows-latest", "ubuntu-latest" ]
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parts:
chapters:
- file: notebooks/getting_started
- file: notebooks/general_accessing_10x_snRNASeq_tutorial

- file: notebooks/abc_atlas_selection_example
- caption: DATA
chapters:
- file: descriptions/WMB_dataset
Expand Down
20 changes: 18 additions & 2 deletions intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,18 @@ subdivided into smaller packages grouped by method and anatomical origin. The
notebooks provide example code on how to access data across these individual
files using the AbcProjectCache.

If you have used the ABC Atlas visualization to select cells from a dataset and
with to use your selected cells in an analysis with the data available for
download here, you find a tutorial to do so in the
[Using cells selected in the ABC Atlas](notebooks/abc_atlas_selection_example.ipynb)
notebook.

Available notebooks:

* [**Getting started**](notebooks/getting_started.ipynb): learn how to use the
AbcProjectCache to facilitate data download and usage.
[*notebooks/getting_started.ipynb*]
* [**Using cells selected in the ABC Atlas**](notebooks/abc_atlas_selection_example.ipynb): learn how
to use cells selected from an ABC Atlas visualization in your analysis.
* [**Loading genes from expression matrix data**](notebooks/general_accessing_10x_snRNASeq_tutorial.ipynb):
learn how to select genes from 10X expression matricies and combine them with
the cell metadata.
Expand All @@ -58,10 +65,19 @@ Available notebooks:
(Kimberly Siletti)**

## Release Notes
* **[ABC Sample ID update (version 20241115) ab_atlas_access (v0.3.0)]**
* Add abc_sample_id to cell_metadatas of the projects listed below. This
allows users to use cell selections they've downloaded from the ABC Atlas
visualization.
* MERFISH-C57BL6J-638850(-imputed)
* WHB-10Xv3
* WMB-10X
* Zhuang-ABCA-(1-4)
* Added notebook showing how to use abc_sample_id.
* **[Summer 2024 Public Beta (version 20240831) ab_atlas_access (v0.2.0)]**
* Released ~8k imputed genes for the MERFISH-C57BL6J-638850 dataset.
* Added new notebooks and pages for the imputed gene dataset.
* Updated cache object for better compatiblity across platforms.
* Updated cache object for better compatibility across platforms.
* Added automatic unittesting via GitHub Actions.
* Modified cache to autodetect cache type (local or s3) for easier
compatibility with CodeOcean/s3fs-fuse mounts.
Expand Down
Loading
Loading