-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.17 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
Package: MeDeCom
Title: Decomposition of heterogeneous methylomes
Description: Decomposition of heterogeneous methylomes with non-negative matrix factorization.
Maintainer: Pavlo Lutsik <p.lutsik@mx.uni-saarland.de>
Authors@R: c(
person ( "Pavlo", "Lutsik", email="p.lutsik@dkfz.de", role = c("cre")),
person ( "Martin", "Slawski", email="ms@cs.uni-saarland.de", role = c("aut")),
person ( "Nik", "Vedeneev", email="nikitavedeneev@gmail.com", role = c("aut")),
person ( "Gilles", "Gasparoni", email="gillesgasparoni@gmail.com", role = c("aut")),
person ( "Michael", "Scherer", email="mscherer@mpi-inf.mpg.de", role = c("aut")),
person ( "Matthias", "Hein", email="hein@cs.uni-saarland.de", role = c("aut")),
person ( "Joern", "Walter", email="j.walter@mx.uni-saarland.de", role = c("aut"))
)
Date: 2020-05-13
Version: 1.0.1
Depends:
R (>= 3.2.0),
Rcpp,
pracma,
gtools,
gplots,
parallel,
RUnit,
RnBeads
Suggests:
BiocStyle,
knitr,
rmarkdown,
LOLA,
GOstats,
qvalue,
simpleCache,
igraph
Imports:
RcppEigen (>= 0.3)
LinkingTo:
Rcpp,
RcppEigen
VignetteBuilder: knitr
License: GPL-3
RoxygenNote: 7.1.0