-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.43 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
Package: CytoTree
Type: Package
Title: A Toolkit for Flow And Mass Cytometry Data
Version: 1.0.3
Date: 2020-11-11
Authors@R: person("Yuting", "Dai", role = c("aut", "cre"), email = "forlynna@sjtu.edu.cn")
Description: A trajectory inference toolkit for flow and mass
cytometry data. CytoTree is a valuable tool to build a
tree-shaped trajectory using flow and mass cytometry data.
The application of CytoTree ranges from clustering
and dimensionality reduction to trajectory reconstruction
and pseudotime estimation. It offers complete analyzing
workflow for flow and mass cytometry data.
Depends: R (>= 4.0), igraph
Imports: FlowSOM, Rtsne, ggplot2, destiny, gmodels,
flowUtils, Biobase, Matrix, flowCore, sva,
matrixStats, methods, mclust, prettydoc,
RANN(>= 2.5), Rcpp (>= 0.12.0), BiocNeighbors,
cluster, pheatmap, scatterpie, umap, scatterplot3d,
limma, stringr, grDevices, grid, stats
Suggests: BiocGenerics, knitr, RColorBrewer,
rmarkdown, testthat, BiocStyle
biocViews: CellBiology, Clustering, Visualization,
Software, CellBasedAssays, FlowCytometry,
NetworkInference, Network
VignetteBuilder: knitr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
BugReports: https://github.com/JhuangLab/CytoTree/issues
git_url: https://github.com/JhuangLab/CytoTree
URL: http://www.r-project.org, https://github.com/JhuangLab/CytoTree
LinkingTo: Rcpp