-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.77 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
Package: scTreeViz
Type: Package
Title: R/Bioconductor package to interactively explore and visualize single cell RNA-seq datasets with hierarhical annotations
Version: 0.99.11
Authors@R: c(
person("Jayaram", "Kancherla", email="[email protected]", role=c("aut", "cre")),
person("Hector", "Corrada Bravo", email="[email protected]", role=c("aut")),
person("Kazi Tasnim", "Zinat", email="[email protected]", role=c("aut")),
person("Stephanie", "Hicks", email="[email protected]", role=c("aut"))
)
Description: scTreeViz provides classes to support interactive data
aggregation and visualization of single cell RNA-seq datasets with hierarchies for e.g. cell
clusters at different resolutions. The `TreeIndex` class
provides methods to manage hierarchy and split the tree at a given resolution or
across resolutions. The `TreeViz` class extends `SummarizedExperiment`
and can performs quick aggregations on the count matrix defined by clusters.
License: Artistic-2.0
Depends: R (>= 4.0), methods, epivizr, SummarizedExperiment
Imports: data.table, S4Vectors, digest, Matrix, Rtsne,
httr, igraph, clustree, scran, sys, epivizrData, epivizrServer,
ggraph, scater, Seurat, SingleCellExperiment, ggplot2, stats, utils
Suggests: knitr, BiocStyle, testthat, SC3, scRNAseq, rmarkdown, msd16s, metagenomeSeq,
epivizrStandalone, GenomeInfoDb
VignetteBuilder: knitr
biocViews: Visualization, Infrastructure, GUI, SingleCell
Encoding: UTF-8
LazyData: true
Collate: 'TreeIndex-class.R' 'TreeIndex-methods.R' 'TreeViz-class.R' 'TreeViz-methods.R' 'startTreeViz.R'
'TreeVizApp-class.R' 'EpivizTreeData-class.R' 'helper-functions.R' 'ClusterHierarchy-class.R'
RoxygenNote: 7.1.1