-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·39 lines (39 loc) · 1.67 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
Package: modACDC
Title: Association of Covariance for Detecting Differential Co-Expression
Version: 2.0.1
Authors@R:
c(person(given = "Katelyn",
family = "Queen",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-8070-3042")),
person(given = "Joshua",
family = "Millstein", ,
email = "[email protected]",
role = c("aut","cph"),
comment = c(ORCID = "0000-0001-7961-8943")))
Maintainer: Katelyn Queen <[email protected]>
Description: A series of functions to implement association of covariance for detecting differential co-expression (ACDC), a novel approach for detection of differential co-expression that simultaneously accommodates multiple phenotypes or exposures with binary, ordinal, or continuous data types. Users can use the default method which identifies modules by Partition or may supply their own modules. Also included are functions to choose an information loss criterion (ILC) for Partition using OmicS-data-based Complex trait Analysis (OSCA) and Genome-wide Complex trait Analysis (GCTA). The manuscript describing these methods is as follows: Queen K, Nguyen MN, Gilliland F, Chun S, Raby BA, Millstein J. "ACDC: a general approach for detecting phenotype or exposure associated co-expression" (2023) <doi:10.3389/fmed.2023.1118824>.
License: MIT + file LICENSE
URL: https://github.com/USCbiostats/ACDC
Depends:
R (>= 4.1.0)
Imports:
CCP,
data.table,
doParallel,
foreach,
genieclust,
genio,
ggplot2,
partition,
parallel,
tibble,
tidyr,
tools,
utils
Suggests:
CCA
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3