-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.57 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.57 KB
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
42
43
44
45
Package: micInt
Type: Package
Title: Find microbial interactions
Version: 0.18.3
Depends: R (>= 3.5.0), ggplot2, ggfortify
Imports: methods, infotheo, vegan, parallel, matrixStats, utils, magrittr, deSolve,
phyloseq, igraph, tibble, dplyr, rlang, glue, viridis, RhpcBLASctl
Suggests: readxl, ggrepel, ggdendro, kableExtra, cluster,
testthat, BiocStyle, knitr, covr
Date: 2022-03-10
Authors@R: c(
person(given = "Jakob Peder",
family = "Pettersen",
role = c("aut","cre"),
email = "jakobpeder.pettersen@gmail.com",
comment = c(ORCID = "0000-0002-3485-1634")
),
person(given = "Emma",
family = "Schwager",
role = c("ctb")
),
person(given = "Craig",
family = "Bielski",
role = c("ctb")
),
person(given = "George",
family = "Weingart",
role = c("ctb")
)
)
Maintainer: Jakob Peder Pettersen <jakobpeder.pettersen@gmail.com>
Description: This packages utilizes different approaches to find and analyze microbial interactions.
The CoNet approach utilzes similarity measures and
bootstrapping-permutation methology to find significant correlations between different
OTUs in a microbiome data set. The analysis are automized and run in parallel for
convenient comparison of different similarity measures and methods. The Lotka-Volterra approach is
based on time series and estimates the Lotka-Volterra coefficients.
NeedsCompilation: no
License: GPL-3
Encoding: UTF-8
biocViews: Software, Microbiome, TimeCourse,
GraphAndNetwork, DimensionReduction, SystemsBiology
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1