-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
23 lines (23 loc) · 1.53 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
Package: maaslin3
Title: "Refining and extending generalized multivariate linear models
for meta-omic association discovery"
Year: 2024
Version: 0.99.1
Authors@R: c(
person("William", "Nickols", email = "[email protected]", role = c("aut", "cre"), comment=c(ORCID="0000-0001-8214-9746")),
person("Jacob", "Nearing", email = "[email protected]", role = "aut")
)
Depends: R (>= 4.4)
Description: MaAsLin 3 refines and extends generalized multivariate linear models for meta-omicron association discovery. It finds abundance and prevalence associations between microbiome meta-omics features and complex metadata in population-scale epidemiological studies. The software includes multiple analysis methods (including support for multiple covariates, repeated measures, and ordered predictors), filtering, normalization, and transform options to customize analysis for your specific study.
License: MIT + file LICENSE
Imports: dplyr, pbapply, lmerTest, parallel, lme4, optparse, logging,
multcomp, ggplot2, RColorBrewer, patchwork, scales,
rlang, tibble, ggnewscale, survival, methods, BiocGenerics, SummarizedExperiment
Suggests: knitr, testthat (>= 2.1.0), rmarkdown, markdown, kableExtra
VignetteBuilder: knitr
Collate: fit.R utility_scripts.R viz.R maaslin3.R
URL: http://huttenhower.sph.harvard.edu/maaslin3
biocViews: Metagenomics, Software, Microbiome, Normalization, MultipleComparison
BugReports: https://github.com/biobakery/maaslin3/issues
NeedsCompilation: no
Packaged: 2024-07-16 15:01:54 UTC; williamnickols