|
a |
|
b/docs/source/index.rst |
|
|
1 |
================================= |
|
|
2 |
Welcome to InMoose documentation! |
|
|
3 |
================================= |
|
|
4 |
|
|
|
5 |
InMoose is the INtegrated Multi Omic Open Source Environment. |
|
|
6 |
|
|
|
7 |
InMoose is intended as a comprehensive state-of-the-art Python package for -omic |
|
|
8 |
data analysis. Its current focus is on analysis of bulk transcriptomic data |
|
|
9 |
(microarray and RNA-Seq). |
|
|
10 |
It comprises Python ports of popular and recognized R tools, name ComBat |
|
|
11 |
[Johnson2007]_, ComBat-Seq [Zhang2020]_, DESeq2 [Love2014]_, edgeR [Chen2016]_, |
|
|
12 |
limma [Ritchie2015]_ and splatter [Zappia2017]_. |
|
|
13 |
|
|
|
14 |
.. toctree:: |
|
|
15 |
:maxdepth: 1 |
|
|
16 |
:caption: Features |
|
|
17 |
|
|
|
18 |
pycombat |
|
|
19 |
data |
|
|
20 |
diffexp |
|
|
21 |
|
|
|
22 |
.. toctree:: |
|
|
23 |
:maxdepth: 1 |
|
|
24 |
:caption: API |
|
|
25 |
|
|
|
26 |
deseq |
|
|
27 |
clustering |
|
|
28 |
edgepy |
|
|
29 |
limma |
|
|
30 |
sim |
|
|
31 |
utils |
|
|
32 |
|
|
|
33 |
Contributing to InMoose |
|
|
34 |
======================= |
|
|
35 |
|
|
|
36 |
Contribution guidelines are described in `CONTRIBUTING.md <https://github.com/epigenelabs/inmoose/blob/master/CONTRIBUTING.md>`_. |
|
|
37 |
|
|
|
38 |
Authors |
|
|
39 |
======= |
|
|
40 |
|
|
|
41 |
Contact |
|
|
42 |
------- |
|
|
43 |
To report bugs (if any?), ask for support or request improvements and new |
|
|
44 |
features, please open a ticket on our Github repository. |
|
|
45 |
You may also directly contact: |
|
|
46 |
|
|
|
47 |
Maximilien Colange at maximilien@epigenelabs.com |
|
|
48 |
|
|
|
49 |
Logo |
|
|
50 |
---- |
|
|
51 |
|
|
|
52 |
The InMoose logo was designed by Léa Meunier. |
|
|
53 |
|
|
|
54 |
Citing |
|
|
55 |
====== |
|
|
56 |
|
|
|
57 |
The :doc:`pycombat <pycombat>` module was previously `distributed independently <https://github.com/epigenelabs/pycombat>`_. |
|
|
58 |
|
|
|
59 |
To cite InMoose, please use one of the following references: |
|
|
60 |
|
|
|
61 |
A. Behdenna, M. Colange, J. Haziza, A. Gema, G. Appé, C.-A. Azencott and A. |
|
|
62 |
Nordor. 2023. pyComBat, a Python tool for batch effects correction in |
|
|
63 |
high-throughput molecular data using empirical Bayes methods. *BMC |
|
|
64 |
Bioinformatics* 7;24(1):459. :doi:`10.1186/s12859-023-05578-5` |
|
|
65 |
|
|
|
66 |
M. Colange, G. Appé, L. Meunier, S. Weill, A. Nordor, A. Behdenna. 2024. |
|
|
67 |
Differential Expression Analysis with InMoose, the Integrated Multi-Omic |
|
|
68 |
Open-Source Environment in Python. *Bioarxiv*. :doi:`10.1101/2024.11.14.623578` |
|
|
69 |
|
|
|
70 |
|
|
|
71 |
Indices and tables |
|
|
72 |
================== |
|
|
73 |
|
|
|
74 |
* :ref:`genindex` |
|
|
75 |
* :ref:`modindex` |
|
|
76 |
* :ref:`search` |