forked from FrederickHuangLin/ANCOMBC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
093ce61
commit 93dd561
Showing
49 changed files
with
6,422 additions
and
2,212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^data-raw$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,34 @@ | ||
Package: ANCOMBC | ||
Type: Package | ||
Title: Analysis of compositions of microbiomes with bias correction | ||
Title: Microbiome differential abudance and correlation analyses with bias | ||
correction | ||
Version: 1.99.1 | ||
Description: ANCOMBC is a package containing differential abundance (DA) and | ||
correlation analyses for microbiome data. Specifically, the package includes | ||
Analysis of Compositions of Microbiomes with Bias Correction (ANCOM-BC) and | ||
Analysis of Compositions of Microbiomes with Bias Correction 2 (ANCOM-BC2), | ||
Analysis of Compositions of Microbiomes with Bias Correction (ANCOM-BC), and | ||
Analysis of Composition of Microbiomes (ANCOM) for DA analysis, and Sparse | ||
Estimation of Correlations among Microbiomes (SECOM) for correlation | ||
analysis. Microbiome data are typically subject to two sources of biases: | ||
unequal sampling fractions (sample-specific biases) and differential | ||
sequencing efficiencies (taxon-specific biases). Methodologies included in | ||
the ANCOMBC package were designed to correct these biases and construct | ||
the ANCOMBC package are designed to correct these biases and construct | ||
statistically consistent estimators. | ||
Date: 2022-06-24 | ||
Date: 2022-10-10 | ||
Authors@R: c( | ||
person(given = "Huang", | ||
family = "Lin", | ||
email = "[email protected]", | ||
role = c("cre", "aut"), | ||
comment = c(ORCID = "0000-0002-4892-7871"))) | ||
License: Artistic-2.0 | ||
Imports: magrittr, Rdpack, rlang, | ||
microbiome, phyloseq, stats, | ||
DescTools, Hmisc, MASS, doParallel, doRNG, | ||
dplyr, energy, foreach, nlme, nloptr, parallel, tibble, tidyr | ||
Imports: mia, stats, | ||
CVXR, DescTools, Hmisc, MASS, Rdpack, S4Vectors, SingleCellExperiment, | ||
SummarizedExperiment, doParallel, doRNG, dplyr, emmeans, energy, | ||
foreach, lmerTest, magrittr, nlme, nloptr, parallel, rlang, rngtools, | ||
tibble, tidyr, utils | ||
Suggests: knitr, rmarkdown, testthat, | ||
DT, corrplot, ggforce, limma, | ||
qwraps2 (>= 0.5.0), tidyverse | ||
DT, caret, microbiome, tidyverse | ||
biocViews: | ||
DifferentialExpression, | ||
Microbiome, | ||
|
@@ -39,3 +41,6 @@ VignetteBuilder: knitr | |
RdMacros: Rdpack | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.2.0 | ||
Depends: | ||
R (>= 4.2.0) | ||
LazyData: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
version 2.0.xx (last update 2022-06-07) | ||
+ Updated ancombc warning messages, added ancom and secom functions | ||
version 2.0.xx (last update 2022-10-10) | ||
+ add ancombc2 function | ||
|
||
version 1.6.xx (last update 2021-08-13) | ||
+ Fixed bugs | ||
+ Updated warning messages | ||
+ Add secom functions | ||
|
||
version 1.0.0: (2020-10-31) | ||
+ Release! |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.