Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RNAseq example to readme and docs #277

Merged
merged 2 commits into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ approximations that power much of the modern probabilistic machine learning land
- Counterfactual estimation from longitudinal data
- `Example: Robust estimation with the DR learner <https://basisresearch.github.io/chirho/dr_learner.html>`_
- Heterogeneous causal effect estimation with a misspecified model
- `Example: Estimating the effects of drugs on gene expression <https://basisresearch.github.io/chirho/sciplex.html>`_
- Causal inference with single-cell RNA-seq data
- `Design notes <https://basisresearch.github.io/chirho/design_notes>`_
- Technical implementation details of ChiRho using effect handlers

Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Table of Contents
deepscm
slc
mediation
sciplex
sdid
dr_learner

Expand Down
4 changes: 2 additions & 2 deletions docs/source/sciplex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Single-Cell RNA Seq Example"
"# Estimating the causal effects of drug treatment on gene expression"
]
},
{
Expand Down Expand Up @@ -1680,7 +1680,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# References\n",
"## References\n",
"\n",
"Sanjay R., Srivatsan et al., \"Massively multiplex chemical transcriptomics at single-cell resolution\". Science, 2020. https://www.science.org/doi/10.1126/science.aax6234\n",
"\n",
Expand Down