-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
61 lines (61 loc) · 1.93 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: missMethyl
Type: Package
Title: Analysing Illumina HumanMethylation BeadChip Data
Version: 1.33.1
Date: 2020-09-16
Author: Belinda Phipson and Jovana Maksimovic
Maintainer: Belinda Phipson <[email protected]>, Jovana
Maksimovic <[email protected]>,
Andrew Lonsdale <[email protected]>
Depends:
R (>= 3.6.0),
IlluminaHumanMethylation450kanno.ilmn12.hg19,
IlluminaHumanMethylationEPICanno.ilm10b4.hg19
Imports:
AnnotationDbi,
BiasedUrn,
Biobase,
BiocGenerics,
GenomicRanges,
GO.db,
IlluminaHumanMethylation450kmanifest,
IlluminaHumanMethylationEPICmanifest,
IRanges,
limma,
methods,
methylumi,
minfi,
org.Hs.eg.db,
ruv,
S4Vectors,
statmod,
stringr,
SummarizedExperiment
VignetteBuilder: knitr
Suggests:
BiocStyle,
edgeR,
knitr,
minfiData,
rmarkdown,
tweeDEseqCountData,
DMRcate,
ExperimentHub
Description: Normalisation, testing for differential variability and
differential methylation and gene set testing for data from Illumina's
Infinium HumanMethylation arrays. The normalisation procedure is
subset-quantile within-array normalisation (SWAN), which allows
Infinium I and II type probes on a single array to be normalised
together. The test for differential variability is based on an
empirical Bayes version of Levene's test. Differential
methylation testing is performed using RUV, which can adjust for
systematic errors of unknown origin in high-dimensional data by
using negative control probes. Gene ontology analysis is performed
by taking into account the number of probes per gene on the
array, as well as taking into account multi-gene associated probes.
License: GPL-2
biocViews: Normalization, DNAMethylation, MethylationArray,
GenomicVariation, GeneticVariability, DifferentialMethylation,
GeneSetEnrichment
RoxygenNote: 7.1.1
Encoding: UTF-8