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

Update aging UMAP coords #71

Merged
merged 1 commit into from
Jan 17, 2025
Merged
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
6 changes: 3 additions & 3 deletions descriptions/Zeng_Aging_Mouse_10Xv3.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Data](WMB-10Xv3.md).
The expression matrices and associated metadata is hosted on AWS S3 bucket as a
AWS Public Dataset:

| Component | Current Version | Size |
|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------|
| Component | Current Version | Size |
|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------|
| Expression Matrices | [s3://allen-brain-cell-atlas/expression_matrices/Zeng-Aging-Mouse-10Xv3/20241130](https://allen-brain-cell-atlas.s3.us-west-2.amazonaws.com/index.html#expression_matrices/Zeng-Aging-Mouse-10Xv3/20241130/) | 26 GB |
| Cell and gene metadata | [s3://allen-brain-cell-atlas/metadata/Zeng-Aging-Mouse-10Xv3/20241130](https://allen-brain-cell-atlas.s3.us-west-2.amazonaws.com/index.html#metadata/Zeng-Aging-Mouse-10Xv3/20241130/) | 702 MB |
| Cell and gene metadata | [s3://allen-brain-cell-atlas/metadata/Zeng-Aging-Mouse-10Xv3/20250131](https://allen-brain-cell-atlas.s3.us-west-2.amazonaws.com/index.html#metadata/Zeng-Aging-Mouse-10Xv3/20250131/) | 699 MB |

Data is being share under the CC BY NC 4.0 license.

Expand Down
2 changes: 2 additions & 0 deletions intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ notebook.
(Kimberly Siletti)**

## Release Notes
* **[Update aging Mouse UMAP (version 20250131), abc_atlas_access (v0.5.0)]**
* Fix 588 cells with missing UMAP coordinates.
* **[Aging Mouse data (version 20241130), abc_atlas_access (v0.4.0)]**
* Add the Jin et al., aging mouse dataset.
* 1.2 million cells divided into adult and aged mouse cells.
Expand Down
44 changes: 40 additions & 4 deletions notebooks/Zeng_Aging_Mouse_10x_snRNASeq_tutorial.ipynb

Large diffs are not rendered by default.

1,925 changes: 208 additions & 1,717 deletions notebooks/Zeng_Aging_Mouse_clustering_analysis_and_annotation.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "abc_atlas_access"
version = "0.4.0"
version = "0.5.0"
description = "A package for accessing/processing data from the ABC Atlas"
dependencies = [
"anndata",
Expand Down
Loading