-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.01 KB
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.01 KB
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
Package: svconfound
Type: Package
Title: A simple SVD/SVA confounding analysis framework
Version: 0.3.1
Date: 2017-09-26
Authors@R: c(
person("Gustavo", "Fernandez", email = "fernandezgustavo@uniovi.es",
role = c("cre", "aut")),
person("Isabel", "Cobo", email = "icobo@carrerasresearch.org", role = "aut")
)
Description: This package implements a simple strategy for analyzing confounding
variation on datasets. The strategy is mostly based on Andrew Teschendorff's
book chapter 3 in "Computational and Statistical Epigenomics". It provides
two functions for SVD and SVA analysis of the possible confounding variables
among the phenotype data and control variables, and implementations of the
screeplot and plot methods for them.
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 6.0.1
Depends:
R (>= 2.10)
Imports:
dplyr,
ggplot2,
isva,
methods,
minfi,
sva,
tidyr
Suggests:
IlluminaHumanMethylation450kmanifest,
testthat,
knitr,
limma,
rmarkdown
VignetteBuilder: knitr