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

Switch to unified view

a b/docs/source/sim.rst
1
===
2
sim
3
===
4
5
.. currentmodule:: inmoose.sim
6
7
This module is a partial reimplementation of the R Bioconductor `splatter
8
package <https://bioconductor.org/packages/release/bioc/html/splatter.html>`_.
9
Its main feature is :func:`sim_rnaseq`, a function to generate simulated RNA-Seq
10
or single-cell RNA-Seq data based on the Splat model described in [Zappia2017]_.
11
12
.. autosummary::
13
   :toctree: generated/
14
15
   sim_rnaseq
16
17
References
18
==========
19
20
.. [Zappia2017] L. Zappia, B. Phipson, A. Oshlack. 2017. Splatter: simulation of
21
   single-cell RNA sequencing data. *Genome Biology* 18(174).
22
   :doi:`10.1186/s13059-017-1305-0`
23
24