-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
113 lines (113 loc) · 2.95 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Package: PLNmodels
Title: Poisson Lognormal Models
Version: 1.2.1
Authors@R: c(
person("Julien", "Chiquet", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3629-3429")),
person("Mahendra", "Mariadassou", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2986-354X")),
person("Stéphane", "Robin", , "[email protected]", role = "aut"),
person("François", "Gindraud", , "[email protected]", role = "aut"),
person("Julie", "Aubert", , "[email protected]", role = "ctb"),
person("Bastien", "Batardière", , "[email protected]", role = "ctb"),
person("Giovanni", "Poggiato", , "[email protected]", role = "ctb"),
person("Cole", "Trapnell", , "[email protected]", role = "ctb"),
person("Maddy", "Duran", , "[email protected]", role = "ctb")
)
Description: The Poisson-lognormal model and variants (Chiquet,
Mariadassou and Robin, 2021 <doi:10.3389/fevo.2021.588292>) can be
used for a variety of multivariate problems when count data are at
play, including principal component analysis for count data,
discriminant analysis, model-based clustering and network inference.
Implements variational algorithms to fit such models accompanied with
a set of functions for visualization and diagnostic.
URL: https://pln-team.github.io/PLNmodels/
BugReports: https://github.com/pln-team/PLNmodels/issues
License: GPL (>= 3)
Depends: R (>= 3.6)
Imports:
cli,
corrplot,
dplyr,
future,
future.apply,
ggplot2,
glassoFast,
grDevices,
grid,
gridExtra,
igraph,
magrittr,
MASS,
Matrix,
methods,
nloptr,
parallel,
pscl,
purrr,
R6,
Rcpp,
rlang,
scales,
stats,
tidyr,
torch
Suggests:
factoextra,
knitr,
rmarkdown,
spelling,
testthat
LinkingTo:
nloptr,
Rcpp,
RcppArmadillo
VignetteBuilder:
knitr
biocViews:
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'PLNfit-class.R'
'PLN.R'
'PLNLDA.R'
'PLNLDAfit-S3methods.R'
'PLNLDAfit-class.R'
'PLNPCA.R'
'PLNPCAfamily-S3methods.R'
'PLNfamily-class.R'
'PLNPCAfamily-class.R'
'PLNPCAfit-S3methods.R'
'PLNPCAfit-class.R'
'PLNfamily-S3methods.R'
'PLNfit-S3methods.R'
'PLNmixture.R'
'PLNmixturefamily-S3methods.R'
'PLNmixturefamily-class.R'
'PLNmixturefit-S3methods.R'
'PLNmixturefit-class.R'
'PLNmodels-package.R'
'PLNnetwork.R'
'PLNnetworkfamily-S3methods.R'
'PLNnetworkfamily-class.R'
'PLNnetworkfit-S3methods.R'
'PLNnetworkfit-class.R'
'RcppExports.R'
'ZIPLNfit-class.R'
'ZIPLN.R'
'ZIPLNfit-S3methods.R'
'ZIPLNnetwork.R'
'barents.R'
'import_utils.R'
'mollusk.R'
'oaks.R'
'plot_utils.R'
'scRNA.R'
'trichoptera.R'
'utils-pipe.R'
'utils-zipln.R'
'utils.R'
'zzz.R'