-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
41 lines (41 loc) · 1.62 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
34
35
36
37
38
39
40
41
Package: RegParallel
Type: Package
Title: Standard regression functions in R enabled for parallel processing over large data-frames
Version: 1.11.9
Authors@R: c(
person("Kevin", "Blighe", role = c("aut", "cre"), email = "[email protected]"),
person("Sarega", "Gurudas", role = c("ctb")),
person("Jessica", "Lasky-Su", role = c("aut")))
Maintainer: Kevin Blighe <[email protected]>
Description: In many analyses, a large amount of variables have to be tested independently against the trait/endpoint of interest, and also adjusted for covariates and confounding factors at the same time. The major bottleneck in these is the amount of time that it takes to complete these analyses. With RegParallel, a large number of tests can be performed simultaneously. On a 12-core system, 144 variables can be tested simultaneously, with 1000s of variables processed in a matter of seconds via 'nested' parallel processing. Works for logistic regression, linear regression, conditional logistic regression, Cox proportional hazards and survival models, and Bayesian logistic regression. Also caters for generalised linear models that utilise survey weights created by the 'survey' CRAN package and that utilise 'survey::svyglm'.
License: GPL-3
Depends:
doParallel,
foreach,
parallel,
iterators,
data.table,
stringr,
survival,
arm,
stats,
utils,
methods
Imports:
Suggests:
RUnit,
BiocGenerics,
knitr,
DESeq2,
airway,
magrittr,
Biobase,
GEOquery,
biomaRt,
survminer,
survey,
rmarkdown
URL: https://github.com/kevinblighe/RegParallel
biocViews: DiseaseModel
VignetteBuilder:
knitr