-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·37 lines (37 loc) · 1.63 KB
/
DESCRIPTION
File metadata and controls
executable file
·37 lines (37 loc) · 1.63 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
Package: GIMP
Title: Genomic Imprinting Methylation Patterns
Version: 0.2.0
Authors@R: c(
person(given = "Abu", family = "Saadat", role = c("cre", "aut"),
email = "saadatabu1996@gmail.com"),
person(given = "Francesco", family = "Cecere", role = "aut",
email = "francesco.cecerengs@gmail.com"))
Description: A package for analyzing Imprinting Control Regions (ICRs) DNA methylation.
Supports both processed methylation data and raw IDAT files from Illumina arrays.
Provides specialized tools for imprinting analysis including defect detection
and interactive visualizations.
License: GPL-3
Encoding: UTF-8
URL: https://github.com/SAADAT-Abu/GIMP
BugReports: https://github.com/SAADAT-Abu/GIMP/issues
LazyData: false
LazyDataCompression: xz
RoxygenNote: 7.3.3
Depends: R (>= 4.4.0)
Imports: shiny, shinydashboard, DT, plotly, minfi,
IlluminaHumanMethylation450kanno.ilmn12.hg19,
IlluminaHumanMethylationEPICanno.ilm10b4.hg19,
IlluminaHumanMethylationEPICv2anno.20a1.hg38,
IlluminaHumanMethylationEPICmanifest,
IlluminaHumanMethylation450kmanifest,
IlluminaHumanMethylationEPICv2manifest, tools,
utils, stats, valr, reshape2, ggplot2, pheatmap,
viridisLite, ggplotify, readr, BiocManager,
R.utils, Biobase, GEOquery, limma, tibble, dplyr, tidyr,
BiocParallel, readxl, doParallel
Suggests: knitr, rmarkdown, testthat, AnnotationHub
VignetteBuilder: knitr
biocViews: DNAMethylation, Microarray, Preprocessing, QualityControl,
DifferentialMethylation, Epigenetics, MethylationArray
NeedsCompilation: no
Packaged: 2025-06-23 12:38:32 UTC; saadat