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