forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
97 lines (97 loc) · 2.78 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
Package: Seurat
Version: 2.1.0
Date: 2017-10-11
Title: Tools for Single Cell Genomics
Description: A toolkit for quality control, analysis, and exploration of single cell RNA sequencing data. 'Seurat' aims to enable users to identify and interpret sources of heterogeneity from single cell transcriptomic measurements, and to integrate diverse types of single cell data. See Satija R, Farrell J, Gennert D, et al (2015) <doi:10.1038/nbt.3192>, Macosko E, Basu A, Satija R, et al (2015) <doi:10.1016/j.cell.2015.05.002>, and Butler A and Satija R (2017) <doi:10.1101/164889> for more details.
Authors@R: c(
person(given = 'Rahul', family = 'Satija', email = '[email protected]', role = 'aut'),
person(given = 'Andrew', family = 'Butler', email = '[email protected]', role = 'aut'),
person(given = 'Paul', family = 'Hoffman', email = '[email protected]', role = c('aut', 'cre')),
person(given = 'Jeff', family = 'Farrell', email = '[email protected]', role = 'ctb'),
person(given = 'Shiwei', family = 'Zheng', email = '[email protected]', role = 'ctb'),
person(given = 'Christoph', family = 'Hafemeister', email = '[email protected]', role = 'ctb'),
person(given = 'Patrick', family = 'Roelli', email = '[email protected]', role = 'ctb')
)
URL: http://www.satijalab.org/seurat, https://github.com/satijalab/seurat
BugReports: https://github.com/satijalab/seurat/issues
Depends:
R (>= 3.2.0),
ggplot2,
cowplot,
Matrix,
SystemRequirements: Java (>= 1.6)
Imports:
methods,
ROCR,
stringr,
mixtools,
lars,
ica,
tsne,
Rtsne,
fpc,
ape,
VGAM,
pbapply,
igraph,
FNN,
caret,
dplyr,
RColorBrewer,
MASS,
irlba,
reshape2,
gridExtra,
gplots,
gdata,
Rcpp,
tclust,
ranger,
NMF,
dtw,
SDMTools,
plotly,
diffusionMap,
Hmisc,
tidyr,
ggjoy
LinkingTo: Rcpp, RcppEigen, RcppProgress
License: GPL-3 | file LICENSE
LazyData: true
Collate:
'RcppExports.R'
'seurat.R'
'cluster_determination.R'
'cluster_determination_internal.R'
'cluster_validation.R'
'data.R'
'deprecated_functions.R'
'differential_expression.R'
'differential_expression_internal.R'
'dimensional_reduction.R'
'dimensional_reduction_internal.R'
'dimensional_reduction_utilities.R'
'interaction.R'
'jackstraw.R'
'jackstraw_internal.R'
'multi_modal.R'
'plotting.R'
'plotting_internal.R'
'plotting_utilities.R'
'preprocessing.R'
'preprocessing_internal.R'
'printing_utilities.R'
'scoring.R'
'snn.R'
'spatial.R'
'spatial_internal.R'
'tSNE_project.R'
'utilities.R'
'utilities_internal.R'
'zfRenderSeurat.R'
RoxygenNote: 6.0.1
Suggests:
testthat,
SummarizedExperiment,
MAST,
DESeq2