-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
38 lines (38 loc) · 866 Bytes
/
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
Package: miser
Type: Package
Title: the poor man's methylation suite (cf. `sesamizer`)
Description: this package makes my life less annoying when working off of GEO
Version: 0.99.20231107
Date: 2023-11-07
Authors@R: c(person("Tim", "Triche", role=c("aut", "cre"),
email="tim.triche@gmail.com"))
Author: Tim Triche [aut, cre]
Maintainer: Tim Triche <tim.triche@gmail.com>
URL: https://github.com/ttriche/miser
BugReports: https://github.com/ttriche/miser/issues
License: GPL-3
Depends:
minfi,
R (>= 3.0.0)
Imports:
impute,
RcppML,
mclust,
limma,
Matrix,
sesame,
circlize,
sesameData,
rtracklayer,
BiocParallel,
ComplexHeatmap
Suggests:
covr,
erma,
testthat,
compartmap,
DelayedArray,
recountmethylation
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8