forked from genesofeve/projectR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.14 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
Package: projectR
Type: Package
Title: Functions for the projection of weights from PCA, CoGAPS, NMF,
correlation, and clustering
Version: 1.20.01
Author: Gaurav Sharma, Charles Shin, Jared Slosberg, Loyal Goff, Genevieve Stein-O'Brien
Maintainer: Genevieve Stein-O'Brien <gsteinobrien@gmail.com>
Description: Functions for the projection of data into the spaces defined by PCA, CoGAPS, NMF, correlation, and clustering.
License: GPL (==2)
Imports:
methods,
cluster,
stats,
limma,
NMF,
ROCR,
ggalluvial,
RColorBrewer,
dplyr,
reshape2,
viridis,
scales,
Matrix,
MatrixModels,
ggplot2,
cowplot,
ggrepel,
umap,
tsne
Suggests:
BiocStyle,
CoGAPS,
gridExtra,
grid,
testthat,
devtools,
knitr,
rmarkdown,
ComplexHeatmap,
gplots,
SeuratObject
LazyData: TRUE
LazyDataCompression: gzip
RoxygenNote: 7.2.3
Encoding: UTF-8
VignetteBuilder: knitr
biocViews: FunctionalPrediction, GeneRegulation, BiologicalQuestion, Software
BugReports: https://support.bioconductor.org/t/projectR/
URL: https://github.com/genesofeve/projectR/
Depends:
R (>= 4.0.0)