|
a |
|
b/README.md |
|
|
1 |
|
|
|
2 |
[](https://travis-ci.com/abodein/timeOmics) |
|
|
3 |
[](https://codecov.io/gh/abodein/timeOmics) |
|
|
4 |
[](https://www.gnu.org/licenses/gpl-3.0) |
|
|
5 |
|
|
|
6 |
# timeOmics |
|
|
7 |
|
|
|
8 |
***timeOmics*** is a generic data-driven framework to integrate multi-Omics longitudinal data (**A.**) measured on the same biological samples and select key temporal features with strong associations within the same sample group. |
|
|
9 |
|
|
|
10 |
 |
|
|
11 |
|
|
|
12 |
The main steps of ***timeOmics*** are: |
|
|
13 |
|
|
|
14 |
* a pre-processing step (**B.**) Normalize and filter low-expressed features, except those not varying over time, |
|
|
15 |
* a modelling step (**C.**) Capture inter-individual variability in biological/technical replicates and accommodate heterogeneous experimental designs, |
|
|
16 |
* a clustering step (**D.**) Group features with the same expression profile over time. Feature selection step can also be used to identify a signature per cluster, |
|
|
17 |
* a post-hoc validation step (**E.**) Ensure clustering quality. |
|
|
18 |
|
|
|
19 |
***timeOmics*** can be applied on both single-Omic or multi-Omics experimental design. |
|
|
20 |
|
|
|
21 |
*<font color="green"> If you came to this page thanks to our article and you wish to access its example scripts please follow this |
|
|
22 |
<a href="https://github.com/abodein/timeOmics_frontiers"> link </a>.</font>* |
|
|
23 |
|
|
|
24 |
## Installation |
|
|
25 |
|
|
|
26 |
### Latest `GitHub` Version |
|
|
27 |
|
|
|
28 |
Install the devtools package in R, then load it and install the latest stable version of `timeOmics` from `GitHub` |
|
|
29 |
|
|
|
30 |
```r |
|
|
31 |
## install devtools if not installed |
|
|
32 |
if (!requireNamespace("devtools", quietly = TRUE)) |
|
|
33 |
install.packages("devtools") |
|
|
34 |
## install timeOmics |
|
|
35 |
devtools::install_github("abodein/timeOmics") |
|
|
36 |
``` |
|
|
37 |
|
|
|
38 |
## Citing |
|
|
39 |
|
|
|
40 |
*Bodein A, Chapleur O, Droit A and Lê Cao K-A (2019) A Generic Multivariate Framework for the Integration of Microbiome Longitudinal Studies With Other Data Types. Front. Genet. 10:963. <a href="http://dx.doi.org/10.3389/fgene.2019.00963"> doi:10.3389/fgene.2019.00963</a>* |
|
|
41 |
|
|
|
42 |
## Maintainer |
|
|
43 |
Antoine Bodein (<antoine.bodein.1@ulaval.ca>) |
|
|
44 |
|
|
|
45 |
## Bugs/Feature requests |
|
|
46 |
|
|
|
47 |
If you have any bugs or feature requests, [let us know](https://github.com/abodein/timeOmics_BioC/issues). Thanks! |