Skip to content

Commit

Permalink
fix pancreas config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwbutler committed Jun 8, 2021
1 parent 08369ec commit 12f5b14
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions human_pancreas/reference/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"Azimuth.app.reference": "/reference-data/human_lung/",
"Azimuth.app.demodataset": "/reference-data/human_lung/braga_lung_demo.Rds",
"Azimuth.app.reference": "/reference-data/human_pancreas/",
"Azimuth.app.demodataset": "/reference-data/human_pancreas/peng_n7.rds",
"Azimuth.app.max_cells": 100000,
"Azimuth.app.default_gene": "EMP2",
"Azimuth.app.default_gene": "INS",
"Azimuth.app.default_metadata": "annotation.l1",
"Azimuth.app.homologs": "/reference-data/homologs.rds",
"Azimuth.app.welcomebox": "div(\n h3(HTML(\"Please upload a dataset to map to our <b>human lung</b> reference\")),\n \"Upload a counts matrix from an scRNA-seq dataset of human lung in one\n of the following formats: hdf5, rds, h5ad, h5seurat\",\n width = 12\n )",
"Azimuth.app.refdescriptor": "<div class='refdescriptor'><br>This reference consists of 65,662 human lung cells (10x Genomics v2) from <a href='https://www.nature.com/articles/s41586-020-2922-4' target='blank'>Travaglini et al. 2020</a>. Cells were sourced from three donor patients and from all lung tissue compartments (bronchi, bronchiole, alveoli) as well as circulating blood. For testing, we also provide a demo dataset of 10,360 human lung cells from <a href='https://www.nature.com/articles/s41591-019-0468-5', target='_blank'>Vieira-Braga et al, 2019</a> (Drop-seq), which is loaded automatically with the 'Load demo dataset' button or available for download <a href='https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE130148', target='blank'>here</a>.</div>",
"Azimuth.app.welcomebox": "div(\n h3(HTML(\"Please upload a dataset to map to our <b>human pancreas</b> reference\")),\n \"Upload a counts matrix from an scRNA-seq dataset of human pancreas in one\n of the following formats: hdf5, rds, h5ad, h5seurat. For testing, we also provide a demo dataset of 1,114 human pancreas cells from \",a(\"Peng et al, 2019\", href=\"https://www.nature.com/articles/s41422-019-0195-y\", target=\"_blank\"),\" (10x Genomics v2), which is loaded automatically with the 'Load demo dataset' button or available for download \",\n a(\"here.\",\n href=\"https://zenodo.org/record/3969339\",\n target=\"blank\"),\n width = 12\n )",
"Azimuth.app.refdescriptor": "<div class='refdescriptor'><br>This reference consists of 35,290 pancreatic cells integrated across six technologies from the following studies: <a href='https://dx.doi.org/10.1016%2Fj.stem.2016.05.010' target='blank'>Grün et al. 2016</a>, <a href='https://doi.org/10.1016/j.cels.2016.09.002' target='blank'>Muraro, Dharmadhikari et al. 2016</a>, <a href='https://doi.org/10.1016/j.cmet.2016.08.020' target='blank'>Segerstolpe, Palasantza, et al. 2016</a>, <a href='https://doi.org/10.1101/gr.212720.116' target='blank'>Lawlor, George, et al. 2017</a>, <a href='https://doi.org/10.1016/j.cels.2016.08.011' target='blank'>Baron, Veres, Wolock, Faust et al. 2016</a>, and <a href='https://doi.org/10.3791/59866' target='blank'>Xin et al. 2019</a>. All samples, which were generated using six different technologies, were integrated together and used to define a reference UMAP visualization and list of cell type annotations. </div>",
"Azimuth.app.refuri": "https://seurat.nygenome.org/azimuth/references/v1.0.0/human_pancreas",
"shiny.maxRequestSize": 1048576000,
"Azimuth.app.do_adt": "FALSE"
}
Expand Down

0 comments on commit 12f5b14

Please sign in to comment.