-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
55 lines (55 loc) · 1.16 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
55
Package: Melissa
Type: Package
Title: Bayesian clustering and imputationa of single cell methylomes
Version: 1.5.3
Authors@R: person("C. A.", "Kapourani", email = "[email protected]",
role = c("aut", "cre"))
Description: Melissa is a Baysian probabilistic model for jointly clustering and
imputing single cell methylomes. This is done by taking into account local
correlations via a Generalised Linear Model approach and global similarities
using a mixture modelling approach.
Depends:
R (>= 3.5.0),
BPRMeth,
GenomicRanges
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Imports:
data.table,
parallel,
ROCR,
matrixcalc,
mclust,
ggplot2,
doParallel,
foreach,
MCMCpack,
cowplot,
magrittr,
mvtnorm,
truncnorm,
assertthat,
BiocStyle,
stats,
utils
Suggests: testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
biocViews: ImmunoOncology,
DNAMethylation,
GeneExpression,
GeneRegulation,
Epigenetics,
Genetics,
Clustering,
FeatureExtraction,
Regression,
RNASeq,
Bayesian,
KEGG,
Sequencing,
Coverage,
SingleCell