-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 2.24 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
Package: ComBatFamQC
Title: Comprehensive Batch Effect Diagnostics and Harmonization
Version: 1.0.6
Authors@R: c(
person("Zheng", "Ren", email = "[email protected]", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0006-2430-4625")),
person("Andrew", "Chen", email = "[email protected]", role = c("aut", "cph"), comment = c(ORCID = "0000-0002-5027-6422")),
person("Elizabeth", "Horwath", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0009-0009-1224-6984"))
)
Description: Provides a comprehensive framework for batch effect diagnostics, harmonization, and post-harmonization downstream analysis. Features include interactive visualization tools, robust statistical tests, and a range of harmonization techniques. Additionally, 'ComBatFamQC' enables the creation of life-span age trend plots with estimated age-adjusted centiles and facilitates the generation of covariate-corrected residuals for analytical purposes. Methods for harmonization are based on approaches described in Johnson et al., (2007) <doi:10.1093/biostatistics/kxj037>, Beer et al., (2020) <doi:10.1016/j.neuroimage.2020.117129>, Pomponio et al., (2020) <doi:10.1016/j.neuroimage.2019.116450>, and Chen et al., (2021) <doi:10.1002/hbm.25688>.
License: MIT + file LICENSE
URL: https://github.com/Zheng206/ComBatFamQC,
https://zheng206.github.io/ComBatQC-Web/
BugReports: https://github.com/Zheng206/ComBatFamQC/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: tidyr, dplyr, magrittr, ggplot2, DT, shiny, car, broom,
pbkrtest, parallel, Rtsne, MDMR, gamlss, lme4, mgcv, bslib,
shinydashboard, methods, gamlss.dist, invgamma, openxlsx
Depends: R (>= 4.1.0)
LazyData: true
Suggests: knitr, rmarkdown, devtools, testthat (>= 3.0.0), remotes,
plotly, quarto, spelling, systemfonts,
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-US
NeedsCompilation: no
Packaged: 2025-03-23 19:14:43 UTC; zhengren
Author: Zheng Ren [aut, cre, cph] (<https://orcid.org/0009-0006-2430-4625>),
Andrew Chen [aut, cph] (<https://orcid.org/0000-0002-5027-6422>),
Elizabeth Horwath [ctb] (<https://orcid.org/0009-0009-1224-6984>)
Maintainer: Zheng Ren <[email protected]>
Repository: CRAN
Date/Publication: 2025-03-24 00:50:06 UTC