-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.49 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
Package: ramr
Title: Detection of Rare Aberrantly Methylated Regions in Array and NGS Data
Version: 1.15.1
Authors@R:
person(given = "Oleksii",
family = "Nikolaienko",
role = c("aut", "cre"),
email = "oleksii.nikolaienko@gmail.com",
comment = c(ORCID = "0000-0002-5910-4934"))
Comment: Maintainer: Oleksii Nikolaienko <oleksii.nikolaienko@gmail.com>
Description: ramr is an R package for detection of epimutations (i.e.,
infrequent aberrant DNA methylation events)
in large data sets obtained by methylation profiling using array or
high-throughput methylation sequencing. In addition, package
provides functions to visualize found aberrantly methylated regions (AMRs),
to generate sets of all possible regions to be used as reference sets for
enrichment analysis, and to generate biologically relevant test data sets
for performance evaluation of AMR/DMR search algorithms.
Depends:
R (>= 4.1)
Imports:
parallel,
doParallel,
foreach,
doRNG,
methods,
data.table,
matrixStats,
GenomicRanges,
IRanges,
BiocGenerics,
EnvStats,
ExtDist,
S4Vectors,
gamlss,
gamlss.dist
Suggests:
RUnit,
knitr,
rmarkdown,
ggplot2,
gridExtra,
annotatr,
LOLA,
org.Hs.eg.db,
TxDb.Hsapiens.UCSC.hg19.knownGene
License: Artistic-2.0
URL: https://github.com/BBCG/ramr
BugReports: https://github.com/BBCG/ramr/issues
Encoding: UTF-8
biocViews: DNAMethylation, DifferentialMethylation, Epigenetics,
MethylationArray, MethylSeq
RoxygenNote: 7.3.2
VignetteBuilder: knitr