-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
79 lines (79 loc) · 2.44 KB
/
Copy pathDESCRIPTION
File metadata and controls
79 lines (79 loc) · 2.44 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
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
Package: MethProScan
Title: Methylation Analysis with Promoter Region Scanning
Version: 1.0.0
Date: 2024-10-28
Authors@R:
person("Quynh Nhu", "Nguyen", , "lucianhu@gmail.com", role = c("aut", "cre"))
Description: Provides comprehensive tools for DNA methylation array data analysis
with a focus on promoter regions. Performs differential methylation analysis
at both the CpG (DMC) and regional (DMR) levels with statistical testing.
Includes general statistical analysis functions for methylation data exploration
and quality assessment. Supports custom region definitions with specialized
functions for promoter region analysis. Includes liftover capabilities to
convert Illumina EPIC v2 array data to EPIC v1 coordinates for cross-platform
compatibility and integration with existing datasets. Offers visualization
functions to explore and present methylation patterns and statistical results.
Streamlines methylation data processing workflows from array data to
biologically meaningful results.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
biocViews: DNAMethylation, MethylationArray, Microarray,
Preprocessing, Normalization, QualityControl,
DifferentialMethylation, GenomeAnnotation,
Epigenetics, StatisticalMethod, Regression,
Visualization, CopyNumberVariation, Promoter
Suggests:
bumphunter,
DMRcate,
EnhancedVolcano,
harmonicmeanp,
IlluminaHumanMethylation450kanno.ilmn12.hg19,
IlluminaHumanMethylation450kmanifest,
IlluminaHumanMethylationEPICanno.ilm10b4.hg19,
IlluminaHumanMethylationEPICanno.ilm10b5.hg38 (>= 0.0.1),
IlluminaHumanMethylationEPICmanifest (>= 0.3.0),
IlluminaHumanMethylationEPICv2manifest,
mCSEA (>= 1.27.2),
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
affy,
BiocManager,
BiocParallel,
circlize,
ComplexHeatmap,
dplyr,
GenomicRanges,
ggplot2,
ggrepel,
graphics,
grDevices,
grid,
htmlwidgets,
limma,
maxprobes (>= 0.0.2),
methods,
minfi,
plotly,
remotes,
rlang,
Rtsne,
S4Vectors,
scales,
sesame,
stats,
SummarizedExperiment,
sva,
tibble,
tidyr,
tools,
utils,
uwot,
wateRmelon
Remotes:
markgene/maxprobes,
achilleasNP/IlluminaHumanMethylationEPICmanifest,
achilleasNP/IlluminaHumanMethylationEPICanno.ilm10b5.hg38,
jordimartorell/mCSEA