mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 20:57:56 +08:00
cziscience landing page (#1347)
* fix dead link in launch page * first cut at landing page * wording changes * add additional refinements * fixes from PR review
This commit is contained in:
@@ -36,7 +36,7 @@ Compatible annotations are tabular, with category names as column headers; `annd
|
||||
|
||||
There are two options for updating draft annotations.
|
||||
|
||||
### Autodetect annotations csv
|
||||
### Autodetect annotations CSV
|
||||
|
||||
Cellxgene will automatically find and reload your draft annotations in editable mode.
|
||||
|
||||
@@ -45,9 +45,9 @@ This assumes that:
|
||||
2 - You launch cellxgene from the `annotations-directory` (i.e., the directory that contains your CSV)
|
||||
3 - You use the same browser and have not cleared your cookies (we use a small cookie to keep track of which user created the file to avoid accidental overwrites; see FAQ)
|
||||
|
||||
### Specify an annotations csv
|
||||
### Specify an annotations CSV
|
||||
|
||||
**This mode is only appropriate for single-user, local cellxgene instances**
|
||||
**This mode is only appropriate for single-user, local cellxgene instances.**
|
||||
|
||||
If you'd like to specify the complete file path for your annotations, you can do so by running:
|
||||
|
||||
|
||||
37
docs/posts/cellxgene_cziscience_com.md
Normal file
37
docs/posts/cellxgene_cziscience_com.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
title: cellxgene.cziscience.com
|
||||
subtitle: cellxgene.cziscience.com
|
||||
layout: default
|
||||
---
|
||||
|
||||
# cellxgene.cziscience.com
|
||||
|
||||
Chan Zuckerberg has an online repository of public single-cell datasets for exploration with cellxgene.
|
||||
|
||||
If you have a public dataset which you would like hosted for visualization on this site,
|
||||
with a link to embed on your own site, please drop us a note at <mailto:cellxgene@chanzuckerberg.com>.
|
||||
|
||||
<table class="fixed-layout">
|
||||
<thead style="width: 100%">
|
||||
<tr>
|
||||
<th>cellxgene link</th>
|
||||
<th>Source</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody style="width: 100%">
|
||||
<tr>
|
||||
<td><a href="https://cellxgene.cziscience.com/d/krasnow_lab_human_lung_cell_atlas_10x-1.cxg/" target="_blank">Krasnow Lab Human Lung Cell Atlas, 10X</a></td>
|
||||
<td>
|
||||
<a href="http://cmgm-new.stanford.edu/krasnow/">Krasnow Lab</a>,
|
||||
<a href="https://github.com/krasnowlab/hlca">HLCA website</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://cellxgene.cziscience.com/d/krasnow_lab_human_lung_cell_atlas_smartseq2-2.cxg/" target="_blank">Krasnow Lab Human Lung Cell Atlas, Smart-seq2</a></td>
|
||||
<td>
|
||||
<a href="http://cmgm-new.stanford.edu/krasnow/">Krasnow Lab</a>,
|
||||
<a href="https://github.com/krasnowlab/hlca">HLCA website</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -6,29 +6,39 @@ layout: default
|
||||
|
||||
# Features
|
||||
|
||||
### Cross-filter cells and color by metadata
|
||||
### Cross-filter cells and color by metadata
|
||||
|
||||
<img src="../images/crossfilter.gif" width="600"/>
|
||||
|
||||
### Compare groups of cells with differential expression
|
||||
### Compare groups of cells with differential expression
|
||||
|
||||
<img src="../images/diffexp.gif" width="600"/>
|
||||
|
||||
### See how metadata and gene expression break down across categories
|
||||
### See how metadata and gene expression break down across categories
|
||||
|
||||
<img src="../images/category-breakdown.gif" width="600"/>
|
||||
|
||||
### Find cells where a gene is expressed
|
||||
### Find cells where a gene is expressed
|
||||
|
||||
<img src="../images/gene-expression.gif" width="600"/>
|
||||
|
||||
### Compare expression of multiple genes
|
||||
### Compare expression of multiple genes
|
||||
|
||||
<img src="../images/compare-genes.gif" width="600"/>
|
||||
|
||||
# Interactive demos
|
||||
# Interactive demos
|
||||
|
||||
Several groups have independently [deployed](hosted) various versions of cellxgene to the web.
|
||||
Check out the cool data that our users are using cellxgene to explore!
|
||||
|
||||
### [Kidney cell atlas](https://www.kidneycellatlas.org/)
|
||||
### [Tabula muris senis](https://tabula-muris-senis.ds.czbiohub.org/)
|
||||
### [Kidney cell atlas](https://www.kidneycellatlas.org/)
|
||||
|
||||
### [Tabula muris senis](https://tabula-muris-senis.ds.czbiohub.org/)
|
||||
|
||||
### [Hemocytes](https://hemocytes.cellgeni.sanger.ac.uk/)
|
||||
|
||||
### [Melanoma](https://melanoma.cellgeni.sanger.ac.uk/)
|
||||
|
||||
### [CZI's own cellxgene site](cellxgene_cziscience_com)
|
||||
|
||||
_Want us to link to your dataset here? [Just send us a note!](contact)_
|
||||
|
||||
@@ -16,7 +16,7 @@ cellxgene launch mydataset.h5ad --open
|
||||
|
||||
You should see your web browser open with the following
|
||||
|
||||
<img width="450" src="https://raw.githubusercontent.com/chanzuckerberg/cellxgene/master/docs/cellxgene-opening-screenshot.png" pad="50px">
|
||||
<img width="600" src="../images/cellxgene-opening-screenshot.png" pad="50px">
|
||||
|
||||
**Note**: automatic opening of the browser with the `--open` flag only works on some platforms (eg, OSX). On other platforms you'll need to directly point to the provided link in your browser.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user