-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
45 lines (45 loc) · 1.57 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
42
43
44
45
Package: iasva
Type: Package
Title: Iteratively Adjusted Surrogate Variable Analysis
Version: 1.11.1
Date: 2021-08-19
Authors@R: c(person("Donghyung", "Lee", email = "[email protected]",
role = c("aut", "cre")), person("Anthony", "Cheng",
email = "[email protected]", role = "aut"),
person("Nathan", "Lawlor", email = "[email protected]",
role = "aut"), person("Duygu", "Ucar",
email = "[email protected]", role = "aut"))
Maintainer: Donghyung Lee <[email protected]>, Anthony Cheng <[email protected]>
Description: Iteratively Adjusted Surrogate Variable Analysis (IA-SVA) is a
statistical framework to uncover hidden sources of variation even when
these sources are correlated. IA-SVA provides a flexible methodology to
i) identify a hidden factor for unwanted heterogeneity while adjusting
for all known factors; ii) test the significance of the putative hidden
factor for explaining the unmodeled variation in the data; and
iii), if significant, use the estimated factor as an additional known
factor in the next iteration to uncover further hidden factors.
Depends:
R (>= 3.5),
Imports:
irlba,
stats,
cluster,
graphics,
SummarizedExperiment,
SingleCellExperiment,
BiocParallel
License: GPL-2
biocViews: Preprocessing, QualityControl, BatchEffect, RNASeq, Software,
StatisticalMethod, FeatureExtraction, ImmunoOncology
Suggests:
knitr,
testthat,
rmarkdown,
sva,
Rtsne,
pheatmap,
corrplot,
DescTools,
RColorBrewer
VignetteBuilder: knitr
RoxygenNote: 7.1.1