Diff of /docs/source/airway.rst [000000] .. [ea0fd6]

Switch to unified view

a b/docs/source/airway.rst
1
airway
2
======
3
4
.. currentmodule:: inmoose.data.airway
5
6
This module is a port of the R Bioconductor `airway package
7
<https://bioconductor.org/packages/release/data/experiment/html/airway.html>`_,
8
version 1.23.0.
9
10
This module provides an :class:`AnnData` object of read counts in
11
genes for an RNA-Seq experiment on four human airway smooth muscle cell lines
12
treated with dexamethasone.  Details on the gene model and read counting
13
procedure are provided in the `R package vignette
14
<https://bioconductor.org/packages/release/data/experiment/vignettes/airway/inst/doc/airway.html>`.
15
The original publication for the data is [Himes2014]_.
16
17
Code documentation
18
------------------
19
20
.. autofunction:: airway
21
22
References
23
----------
24
25
.. [Himes2014] B.E. Himes, X. Jiang, P. Wagner, R. Hu, Q. Wang, B. Klanderman,
26
   R.M. Whitaker, Q. Duan, J. Lasky-Su, C. Nikolos, W. Jester, M. Johnson, R.
27
   Panettieri Jr, K.G. Tantisira, S.T. Weiss, Q. Lu. 2014. RNA-Seq Transcriptome
28
   Profiling Identifies CRISPLD2 as a Glucocorticoid Responsive Gene that
29
   Modulates Cytokine Function in Airway Smooth Muscle Cells. *PLoS One*.
30
   9(6):e99625. :doi:`10.1371/journal.pone.0099625`.
31