|
a |
|
b/DESCRIPTION |
|
|
1 |
Package: timeOmics |
|
|
2 |
Title: Time-Course Multi-Omics data integration |
|
|
3 |
Version: 1.15.11 |
|
|
4 |
Authors@R: |
|
|
5 |
c(person("Antoine","Bodein", role = c("aut", "cre"), email = "antoine.bodein.1@ulaval.ca"), |
|
|
6 |
person("Olivier", "Chapleur", role = c("aut")), |
|
|
7 |
person("Kim-Anh", "Le Cao", role = c("aut")), |
|
|
8 |
person("Arnaud", "Droit", role = c("aut"))) |
|
|
9 |
Description: timeOmics is a generic data-driven framework to integrate |
|
|
10 |
multi-Omics longitudinal data measured on the same biological samples and select |
|
|
11 |
key temporal features with strong associations within the same sample group. |
|
|
12 |
The main steps of timeOmics are: |
|
|
13 |
1. Plaform and time-specific normalization and filtering steps; |
|
|
14 |
2. Modelling each biological into one time expression profile; |
|
|
15 |
3. Clustering features with the same expression profile over time; |
|
|
16 |
4. Post-hoc validation step. |
|
|
17 |
License: GPL-3 |
|
|
18 |
Encoding: UTF-8 |
|
|
19 |
LazyData: true |
|
|
20 |
Imports: |
|
|
21 |
dplyr, |
|
|
22 |
tidyr, |
|
|
23 |
tibble, |
|
|
24 |
purrr, |
|
|
25 |
magrittr, |
|
|
26 |
ggplot2, |
|
|
27 |
stringr, |
|
|
28 |
ggrepel, |
|
|
29 |
lmtest, |
|
|
30 |
plyr, |
|
|
31 |
checkmate |
|
|
32 |
biocViews: Clustering,FeatureExtraction,TimeCourse,DimensionReduction,Software, |
|
|
33 |
Sequencing, Microarray, Metabolomics, Metagenomics, Proteomics, |
|
|
34 |
Classification, Regression, ImmunoOncology, GenePrediction, |
|
|
35 |
MultipleComparison |
|
|
36 |
Depends: mixOmics, R (>= 4.0) |
|
|
37 |
RoxygenNote: 7.3.1 |
|
|
38 |
VignetteBuilder: knitr |
|
|
39 |
Suggests: BiocStyle, knitr, rmarkdown, testthat, snow, tidyverse, igraph, gplots |
|
|
40 |
Remotes: cran/lmms |
|
|
41 |
BugReports: https://github.com/abodein/timeOmics/issues |