Skip to content

Commit

Permalink
updated references
Browse files Browse the repository at this point in the history
  • Loading branch information
ilibarra committed Aug 26, 2024
1 parent 53c97ad commit cddac32
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"source": [
"\n",
"In this tutorial we demonstrate the applicability of mubind in a case where an arbitrarily complex graph is provided as a prior for the Graph Layer.\n",
"The utilized dataset is from mouse pancreatic endocrinogenesis multiome (paired scRNA- and scATAC-seq) :cite:`Klein2023` [GEO](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE275562)"
"The studied dataset is mouse pancreatic endocrinogenesis multiome (paired scRNA- and scATAC-seq) {cite}`Klein2023`. Raw data available in [GEO](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE275562)"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"## Dentate gyrus (scRNA-seq) | Training with an RNA-dynamics kNN-graph"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"The studied dataset for this tutorial is dentate gyrus (10X Genomics) {cite}`Hochgerner2018`, and it is loaded directly from `scvelo.datasets`."
]
},
{
"cell_type": "code",
"execution_count": 231,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"## Mouse neurogenesis scRNA-seq (Noack et al. 2022) | Training with an RNA-dynamics kNN-graph\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"The studied dataset for this tutorial is mouse neurogenesis scRNA-seq {cite}`Noack2022`."
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
9 changes: 6 additions & 3 deletions docs/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ @article{Rube2022
}


@ARTICLE{Hochgerner2018,
@article{Hochgerner2018,
title = "Conserved properties of dentate gyrus neurogenesis across
postnatal development revealed by single-cell {RNA} sequencing",
author = "Hochgerner, Hannah and Zeisel, Amit and L{\"o}nnerberg, Peter and
Expand All @@ -52,6 +52,7 @@ @ARTICLE{Hochgerner2018
the hippocampus and pinpoint the early postnatal transformation
of radial glia from embryonic progenitors to adult quiescent stem
cells.",
url = {https://doi.org/10.1038/s41593-017-0056-2},
journal = "Nat. Neurosci.",
volume = 21,
number = 2,
Expand All @@ -62,7 +63,7 @@ @ARTICLE{Hochgerner2018
}


@ARTICLE{Noack2022,
@article{Noack2022,
title = "Multimodal profiling of the transcriptional regulatory landscape
of the developing mouse cortex identifies Neurog2 as a key
epigenome remodeler",
Expand All @@ -88,6 +89,7 @@ @ARTICLE{Noack2022
looping in vivo. Our work provides a global view of the gene
regulatory logic of lineage specification in the cerebral cortex.",
journal = "Nat. Neurosci.",
url = {https://doi.org/10.1038/s41593-021-01002-4},
volume = 25,
number = 2,
pages = "154--167",
Expand All @@ -96,7 +98,7 @@ @ARTICLE{Noack2022
language = "en"
}

@UNPUBLISHED{Klein2023,
@article{Klein2023,
title = "Mapping cells through time and space with moscot",
author = "Klein, Dominik and Palla, Giovanni and Lange, Marius and Klein,
Michal and Piran, Zoe and Gander, Manuel and Meng-Papaxanthos,
Expand Down Expand Up @@ -138,6 +140,7 @@ @UNPUBLISHED{Klein2023
Bio B.V., CytoReason Ltd, Cellarity, and Omniscope Ltd, and has
ownership interest in Dermagnostix GmbH and Cellarity. The
remaining authors declare no competing interests.",
url = {https://doi.org/10.1101/2023.05.11.540374},
journal = "bioRxiv",
pages = "2023.05.11.540374",
month = may,
Expand Down

0 comments on commit cddac32

Please sign in to comment.