-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 911 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
Type: Package
Package: cobiclust
Title: Biclustering via Latent Block Model Adapted to
Overdispersed Count Data
Version: 0.1.0
Authors@R:
c(person(given = "Julie",
family = "Aubert",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5203-5748")),
person(given = "INRAE",
role = "cph"))
Description: Implementation of a probabilistic method for
biclustering adapted to overdispersed count data. It is a
Gamma-Poisson Latent Block Model. It also implements two selection
criteria in order to select the number of biclusters.
License: GPL-3
URL: https://github.com/julieaubert/cobiclust
BugReports: https://github.com/julieaubert/cobiclust/issues
Imports:
cluster,
stats
Suggests:
spelling,
testthat
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1