-
Notifications
You must be signed in to change notification settings - Fork 32
/
DESCRIPTION
63 lines (63 loc) · 1.89 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
Package: VISION
Title: Functional interpretation of single cell RNA-seq latent manifolds
Version: 3.0.2
Authors@R: c(person("Matt", "Jones", email = "[email protected]", role = c("aut", "cre")),
person("David", "Detomaso", email = "[email protected]", role = c("aut", "cre")),
person("Tal", "Ashuach", email = "[email protected]", role = c("aut")),
person("Yanay", "Rosen", email = "[email protected]", role = c("aut")),
person("Nir", "Yosef", email = "[email protected]", role = c("ctb", "cph")))
Author: Matt Jones [aut, cre], David Detomaso [aut, cre], Tal Ashuach [aut], Nir Yosef [ctb]
Maintainer: Matt Jones <[email protected]>
Description: VISION provides functional interpretation of single cell RNA-seq (scRNA-seq) latent manifolds through the use of biological signatures (which can be downloaded from online databases). VISION can operate downstream of other common analyses such as dimensionality reduction, clustering, or trajectory analysis of scRNA-seq data. VISION produces an interactive web-based output report that can be easily shared with other collaborators or the greater scientific community.
Depends: R (>= 3.4)
Imports:
dplyr,
fastICA,
igraph,
irlba,
jsonlite,
logging,
parallel,
pbmcapply (>= 1.3.1),
Matrix,
matrixStats,
mclust,
methods,
mime,
plumber,
RANN,
Rcpp (>= 1.0.0),
rsvd,
stats,
Rtsne,
utils,
vegan,
ape,
reticulate,
wordspace,
phytools
LinkingTo: Rcpp
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://yoseflab.github.io/VISION, https://github.com/yoseflab/VISION
BugReports: https://github.com/YosefLab/VISION/issues
RoxygenNote: 7.2.3
Suggests:
Biobase,
BiocStyle,
ggplot2,
hdf5r,
knitr,
rmarkdown,
SummarizedExperiment,
testthat,
uwot
biocViews:
GeneExpression,
RNASeq,
Software,
SingleCell,
Transcriptomics,
Sequencing
VignetteBuilder: knitr