|
a |
|
b/DESCRIPTION |
|
|
1 |
Package: netOmics |
|
|
2 |
Title: Multi-Omics (time-course) network-based integration and interpretation |
|
|
3 |
Version: 1.11.1 |
|
|
4 |
Authors@R: |
|
|
5 |
person(given = "Antoine", family = "Bodein", role = c("aut", "cre"), email = "antoine.bodein.1@ulaval.ca") |
|
|
6 |
Description: netOmics is a multi-omics networks builder and explorer. |
|
|
7 |
It uses a combination of network inference algorithms and and knowledge-based graphs to build multi-layered networks. |
|
|
8 |
The package can be combined with timeOmics to incorporate time-course expression data and build sub-networks from multi-omics kinetic clusters. |
|
|
9 |
Finally, from the generated multi-omics networks, propagation analyses allow the identification of missing biological functions (1), |
|
|
10 |
multi-omics mechanisms (2) and molecules between kinetic clusters (3). This helps to resolve complex regulatory mechanisms. |
|
|
11 |
License: GPL-3 |
|
|
12 |
Encoding: UTF-8 |
|
|
13 |
LazyData: false |
|
|
14 |
Roxygen: list(markdown = TRUE) |
|
|
15 |
RoxygenNote: 7.3.1 |
|
|
16 |
VignetteBuilder: knitr |
|
|
17 |
Depends: R (>= 4.1) |
|
|
18 |
Imports: |
|
|
19 |
dplyr, |
|
|
20 |
ggplot2, |
|
|
21 |
igraph, |
|
|
22 |
magrittr, |
|
|
23 |
minet, |
|
|
24 |
purrr, |
|
|
25 |
tibble, |
|
|
26 |
tidyr, |
|
|
27 |
AnnotationDbi, |
|
|
28 |
GO.db, |
|
|
29 |
gprofiler2, |
|
|
30 |
methods, |
|
|
31 |
Matrix, |
|
|
32 |
stats |
|
|
33 |
Suggests: |
|
|
34 |
mixOmics, |
|
|
35 |
timeOmics, |
|
|
36 |
tidyverse, |
|
|
37 |
BiocStyle, |
|
|
38 |
testthat, |
|
|
39 |
covr, |
|
|
40 |
rmarkdown, |
|
|
41 |
knitr |
|
|
42 |
biocViews: GraphAndNetwork, Software, TimeCourse, WorkflowStep, SystemsBiology, NetworkInference, Network |
|
|
43 |
URL: https://github.com/abodein/netOmics |
|
|
44 |
BugReports: https://github.com/abodein/netOmics/issues |
|
|
45 |
PackageStatus: Deprecated |