Skip to content

Commit

Permalink
Create stub pages (icbi-lab#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
grst authored Mar 28, 2023
1 parent eadcd5f commit 6df7515
Show file tree
Hide file tree
Showing 8 changed files with 136 additions and 105 deletions.
1 change: 1 addition & 0 deletions data
7 changes: 6 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
:hidden: true
:maxdepth: 1
notebooks/01_qc.ipynb
notebooks/02_seed_annotation.ipynb
notebooks/03_merge.ipynb
notebooks/04_integrate_scvi.ipynb
notebooks/05_cell_type_annotation.ipynb
api.md
changelog.md
template_usage.md
contributing.md
references.md
notebooks/example
```
32 changes: 32 additions & 0 deletions docs/notebooks/01_qc.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Quality control and filtering\n",
"\n",
"```{note}\n",
"**datasets vs. studies**: By “study”, we refer to a scientific publication, while with “dataset”, \n",
"we refer to a set of samples that was generated using the same sequencing platform and processed in the same way.\n",
"One study may contain one or multiple datasets. Datasets must be processed independently. \n",
"```"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}
20 changes: 20 additions & 0 deletions docs/notebooks/02_seed_annotation.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Seed annotation"
]
}
],
"metadata": {
"language_info": {
"name": "python"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}
25 changes: 25 additions & 0 deletions docs/notebooks/03_merge.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Merge data and harmonized annotations"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}
27 changes: 27 additions & 0 deletions docs/notebooks/04_integrate_scvi.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Integrate data and perform doublet detection"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}
25 changes: 25 additions & 0 deletions docs/notebooks/05_cell_type_annotation.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Cell-type annotation"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}
104 changes: 0 additions & 104 deletions docs/notebooks/example.ipynb

This file was deleted.

0 comments on commit 6df7515

Please sign in to comment.