forked from kstreet13/slingshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
69 lines (69 loc) · 1.87 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
Package: slingshot
Title: Tools for ordering single-cell sequencing
Version: 2.7.0
Description: Provides functions for inferring continuous, branching
lineage structures in low-dimensional data. Slingshot was designed
to model developmental trajectories in single-cell RNA sequencing
data and serve as a component in an analysis pipeline after
dimensionality reduction and clustering. It is flexible enough to
handle arbitrarily many branching events and allows for the
incorporation of prior knowledge through supervised graph
construction.
Authors@R: c(
person("Kelly", "Street", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Davide","Risso", role = "aut",email = "[email protected]"),
person("Diya","Das", role = "aut", email = "[email protected]"),
person("Sandrine","Dudoit", role = "ths", email = "[email protected]"),
person("Koen","Van den Berge", role = "ctb"),
person(
"Robrecht",
"Cannoodt",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")
))
License: Artistic-2.0
Depends:
R (>= 4.0),
princurve (>= 2.0.4),
stats,
TrajectoryUtils
Imports:
graphics,
grDevices,
igraph,
matrixStats,
methods,
S4Vectors,
SingleCellExperiment,
SummarizedExperiment
Suggests:
BiocGenerics,
BiocStyle,
clusterExperiment,
DelayedMatrixStats,
knitr,
mclust,
mgcv,
RColorBrewer,
rgl,
rmarkdown,
testthat,
uwot,
covr
VignetteBuilder: knitr
LazyData: false
RoxygenNote: 7.2.0
Encoding: UTF-8
biocViews:
Clustering,
DifferentialExpression,
GeneExpression,
RNASeq,
Sequencing,
Software,
Sequencing,
SingleCell,
Transcriptomics,
Visualization
BugReports: https://github.com/kstreet13/slingshot/issues