-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathDESCRIPTION
More file actions
79 lines (79 loc) · 2.44 KB
/
DESCRIPTION
File metadata and controls
79 lines (79 loc) · 2.44 KB
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
Encoding: UTF-8
Type: Package
Package: fastTopics
Version: 0.7-38
Date: 2026-02-12
Title: Fast Algorithms for Fitting Topic Models and Non-Negative
Matrix Factorizations to Count Data
Authors@R: c(person("Peter","Carbonetto",role=c("aut","cre"),
email="peter.carbonetto@gmail.com"),
person("Kevin","Luo",role="aut"),
person("Kushal","Dey",role="aut"),
person("Joyce","Hsiao",role="ctb"),
person("Abhishek","Sarkar",role="ctb"),
person("Anthony","Hung",role="ctb"),
person("Xihui","Lin",role="ctb"),
person("Paul C.","Boutros",role="ctb"),
person("Minzhe","Wang",role="ctb"),
person("Tracy","Ke",role="ctb"),
person("Eric","Weine",role="ctb"),
person("Matthew","Stephens",role="aut"))
URL: https://stephenslab.github.io/fastTopics/, https://github.com/stephenslab/fastTopics
BugReports: https://github.com/stephenslab/fastTopics/issues
Depends: R (>= 3.3.0)
Description: Implements fast, scalable optimization algorithms for
fitting topic models ("grade of membership" models) and
non-negative matrix factorizations to count data. The methods
exploit the special relationship between the multinomial topic
model (also, "probabilistic latent semantic indexing") and Poisson
non-negative matrix factorization. The package provides tools to
compare, annotate and visualize model fits, including functions to
efficiently create "structure plots" and identify key features in
topics. The 'fastTopics' package is a successor to the
'CountClust' package. For more information, see
<doi:10.48550/arXiv.2105.13440> and
<doi:10.1186/s13059-023-03067-9>. Please also see the GitHub
repository for additional vignettes not included in the package on
CRAN.
License: BSD_2_clause + file LICENSE
Copyright: inst/COPYRIGHTS
SystemRequirements: GNU make
Imports:
graphics,
utils,
methods,
stats,
Matrix,
gtools,
quadprog,
irlba,
dplyr,
Rtsne,
uwot,
ashr,
Rcpp (>= 1.0.12),
RcppParallel (>= 5.1.7),
RhpcBLASctl,
parallel,
progress,
pbapply,
rlang,
ggplot2 (>= 3.3.0),
ggrepel (>= 0.9.0),
cowplot,
plotly,
reshape2,
htmlwidgets
Suggests:
testthat,
knitr,
rmarkdown
LinkingTo:
Rcpp,
RcppParallel,
RcppArmadillo
LazyData: true
LazyDataCompression: xz
NeedsCompilation: yes
RoxygenNote: 7.3.1
VignetteBuilder: knitr