-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update WHB_notebooks.md Update WHB-10Xv3.md Update WHB-10X-clustering.md Update WHB-taxonomy.md Update WHB-10X-clustering.md updated Jupyter notebooks updated part 2 with new genes
- Loading branch information
1 parent
5626875
commit cf7214c
Showing
23 changed files
with
985 additions
and
581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,34 @@ | ||
# Clustering analysis of whole human brain 10X single cell transcriptomes | ||
# Clustering analysis of whole human brain 10X single nucleus transcriptomes | ||
|
||
Clustering analysis of over 3 million single cell transcriptomes spanning the | ||
whole adult human brain, resulting in a set of 461 clusters and 3313 | ||
subclusters. | ||
Clustering analysis of over 3 million single nucleus transcriptomes spanning | ||
the whole adult human brain, resulting in a set of 461 clusters and 3313 | ||
subclusters. The dataset linked below contains metadata on all cells and geens | ||
in the WHB dataset. | ||
|
||
Full details on the dataset can be found in [Siletti et al. 2023](https://www.science.org/doi/10.1126/science.add7046). | ||
|
||
The associated metadata is hosted on AWS S3 bucket as a AWS Public Dataset: | ||
|
||
| Component | Current Version | Size | | ||
|---|--------------------------------------------------------------------------------------------------------------------------------------------------------------|----------| | ||
| Metadata | [s3://allen-brain-cell-atlas/metadata/WHB-10Xv3/20240330](https://allen-brain-cell-atlas.s3.us-west-2.amazonaws.com/index.html#metadata/WHB-10Xv3/20240330/) | 862.1 MB | | ||
| Component | Current Version | Size | | ||
|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|----------| | ||
| Cell and gene metadata | [s3://allen-brain-cell-atlas/metadata/WHB-10Xv3/20240330](https://allen-brain-cell-atlas.s3.us-west-2.amazonaws.com/index.html#metadata/WHB-10Xv3/20240330/) | 862.1 MB | | ||
|
||
Data is being share under the CC BY NC 4.0 license. | ||
|
||
Related resources : | ||
* Human brain single cell transcriptomes ([WHB-10Xv3](WHB-10Xv3.md)) | ||
* Human brain single nucleus transcriptomes ([WHB-10Xv3](WHB-10Xv3.md)) | ||
* Whole human brain taxonomy of cell types ([WHB-taxonomy](WHB-taxonomy.md)) | ||
|
||
Associated notebooks: | ||
* [**Getting started**](../notebooks/getting_started.ipynb): learn how to use the manifest.json file to | ||
facilitate data download and usage. | ||
* [**10x scRNA-seq clustering analysis and annotation**](../notebooks/WHB_cluster_annotation_tutorial.ipynb): | ||
learn about the whole human brain taxonomy through some example use cases | ||
and visualization. | ||
* [**10x snRNA-seq clustering analysis and annotation**](../notebooks/WHB_cluster_annotation_tutorial.ipynb): | ||
learn about the whole human brain taxonomy through some example use cases and | ||
visualization. | ||
* [**Accessing 10X gene expression data**](../notebooks/general_accessing_10x_snRNASeq_tutorial.ipynb): | ||
learn how to load individual genes from the 10X expression data. | ||
* **10x scRNA-seq gene expression data** | ||
* [**Part 1**](../notebooks/WHB-10x_snRNASeq_tutorial_part_1.ipynb): learn about the 10x dataset through some example use | ||
cases and visualization of cells. | ||
* [**Part 2**](../notebooks/WHB-10x_snRNASeq_tutorial_part_2.ipynb): Explore the whole brain data through visualization and | ||
* **10x snRNA-seq gene expression data** | ||
* [**Part 1**](../notebooks/WHB-10x_snRNASeq_tutorial_part_1.ipynb): understand the basic structure of the data and metadata, | ||
and visualize brain region and cell type annotations in a UMAP. | ||
* [**Part 2**](../notebooks/WHB-10x_snRNASeq_tutorial_part_2.ipynb): explore the whole brain data through visualization and | ||
analyses of a set of genes of interest. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
# Human brain taxonomy of cell types | ||
|
||
The data presented here from [Siletti et al. 2023](https://www.science.org/doi/10.1126/science.add7046), | ||
consists of over three million single cells and two million neurons from 100 | ||
locations across the forebrain, midbrain, and hindbrain. The integrated | ||
transcriptomic taxonomy contains 31 superclusters, 461 clusters, and 3313 | ||
subclusters. | ||
consists of nuclei collect from over three million single cells (apprixmately | ||
two million neurons and one million non-neurons) from 100 locations across the | ||
forebrain, midbrain, and hindbrain. The integrated transcriptomic taxonomy | ||
contains 31 superclusters, 461 clusters, and 3313 subclusters. | ||
|
||
The associated metadata is hosted on AWS S3 bucket as a AWS Public Dataset: | ||
|
||
| Component | Current Version | Size | | ||
|---|--|--------| | ||
| Metadata | [s3://allen-brain-cell-atlas/metadata/WHB-taxonomy/20240330/](https://allen-brain-cell-atlas.s3.us-west-2.amazonaws.com/index.html#metadata/WHB-taxonomy/20240330/) | 1.6 MB | | ||
| Component | Current Version | Size | | ||
|------------------------|--|--------| | ||
| Cell taxonomy metadata | [s3://allen-brain-cell-atlas/metadata/WHB-taxonomy/20240330/](https://allen-brain-cell-atlas.s3.us-west-2.amazonaws.com/index.html#metadata/WHB-taxonomy/20240330/) | 1.6 MB | | ||
|
||
Data is being shared under the CC BY NC 4.0 license. | ||
|
||
Related resources : | ||
* Human brain single cell transcriptomes ([WHB-10Xv3](WHB-10Xv3.md)) | ||
* Clustering analysis of over 3 million single cell transcriptomes spanning the | ||
* Human brain single nucleus transcriptomes ([WHB-10Xv3](WHB-10Xv3.md)) | ||
* Clustering analysis of over 3 million single nucleus transcriptomes spanning the | ||
whole adult human brain ([WHB-10X-clustering](WHB-10X-clustering.md)) | ||
|
||
Associated notebooks: | ||
* [**Getting started**](../notebooks/getting_started.ipynb): learn how to use the manifest.json file to | ||
facilitate data download and usage. | ||
* [**10x scRNA-seq clustering analysis and annotation**](../notebooks/WHB_cluster_annotation_tutorial.ipynb): | ||
learn about the whole human brain taxonomy through some example use cases | ||
and visualization. | ||
* [**10x snRNA-seq clustering analysis and annotation**](../notebooks/WHB_cluster_annotation_tutorial.ipynb): | ||
learn about the whole human brain taxonomy through some example use cases and | ||
visualization. | ||
* [**Accessing 10X gene expression data**](../notebooks/general_accessing_10x_snRNASeq_tutorial.ipynb): | ||
learn how to load individual genes from the 10X expression data. | ||
* **10x scRNA-seq gene expression data** | ||
* [**Part 1**](../notebooks/WHB-10x_snRNASeq_tutorial_part_1.ipynb): learn about the 10x dataset through some example use | ||
cases and visualization of cells. | ||
* [**Part 2**](../notebooks/WHB-10x_snRNASeq_tutorial_part_2.ipynb): Explore the whole brain data through visualization and | ||
analyses of a set of genes of interest. | ||
* **10x snRNA-seq gene expression data** | ||
* [**Part 1**](../notebooks/WHB-10x_snRNASeq_tutorial_part_1.ipynb): understand the basic structure of the data and metadata, | ||
and visualize brain region and cell type annotations in a UMAP. | ||
* [**Part 2**](../notebooks/WHB-10x_snRNASeq_tutorial_part_2.ipynb): explore the whole brain data through visualization and | ||
analyses of a set of genes of interest. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.