-
Notifications
You must be signed in to change notification settings - Fork 35
/
DESCRIPTION
93 lines (93 loc) · 2.4 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Package: sesame
Type: Package
Title: SEnsible Step-wise Analysis of DNA MEthylation BeadChips
Description: Tools For analyzing Illumina Infinium DNA methylation arrays. SeSAMe provides utilities to support analyses of multiple generations of Infinium DNA methylation BeadChips, including preprocessing, quality control, visualization and inference. SeSAMe features accurate detection calling, intelligent inference of ethnicity, sex and advanced quality control routines.
Version: 1.25.2
Authors@R: c(person("Wanding", "Zhou", role = c("aut","cre"), email = "[email protected]", comment = c(ORCID = "0000-0001-9126-1932")),
person("Wubin", "Ding", role = "ctb"),
person("David", "Goldberg", role = "ctb"),
person("Ethan", "Moyer", role = "ctb"),
person("Bret", "Barnes", role = "ctb"),
person("Timothy", "Triche", role = "ctb"),
person("Hui", "Shen", role = c("aut"), email = "[email protected]"))
Depends: R (>= 4.5.0),
sesameData
License: MIT + file LICENSE
RoxygenNote: 7.3.2
Imports:
graphics,
BiocParallel,
utils,
methods,
stringr,
readr,
tibble,
MASS,
wheatmap (>= 0.2.0),
GenomicRanges,
IRanges,
grid,
preprocessCore,
S4Vectors,
ggplot2,
BiocFileCache,
GenomeInfoDb,
stats,
SummarizedExperiment,
dplyr,
reshape2
Suggests: scales,
BiocManager,
knitr,
DNAcopy,
e1071,
randomForest,
RPMM,
rmarkdown,
testthat,
tidyr,
BiocStyle,
ggrepel,
grDevices,
KernSmooth,
pals
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://github.com/zwdzwd/sesame
BugReports: https://github.com/zwdzwd/sesame/issues
biocViews: DNAMethylation, MethylationArray, Preprocessing, QualityControl
Collate:
'readIDAT.R'
'sex.R'
'species.R'
'QC.R'
'GEO.R'
'SigDFMethods.R'
'sesame.R'
'age.R'
'background.R'
'cell_composition.R'
'channel_inference.R'
'cnv.R'
'impute.R'
'mLiftOver.R'
'ethnicity.R'
'deidentify.R'
'detection.R'
'dm.R'
'dye_bias.R'
'feature_selection.R'
'fileSet.R'
'mask.R'
'sesameAnno.R'
'open.R'
'strain.R'
'tissue.R'
'track.R'
'match_design.R'
'utils.R'
'vcf.R'
'visualize.R'
'visualizeHelper.R'
'zzz.R'
'palgen.R'