Name Mode Size
..
ClusterHierarchy-class.Rd 100644 0 kb
ClusterHierarchy.Rd 100644 1 kb
EpivizTreeData-class.Rd 100644 3 kb
TreeIndex-class.Rd 100644 0 kb
TreeIndex-methods.Rd 100644 2 kb
TreeIndex.Rd 100644 1 kb
TreeViz-class.Rd 100644 0 kb
TreeViz-methods.Rd 100644 3 kb
TreeViz.Rd 100644 1 kb
TreeVizApp-class.Rd 100644 1 kb
createFromSCE.Rd 100644 1 kb
createFromSeurat.Rd 100644 1 kb
createTreeViz.Rd 100644 1 kb
dot-generate_hierarchy_tree.Rd 100644 0 kb
dot-generate_leaf_of_table.Rd 100644 1 kb
dot-generate_node_ids.Rd 100644 0 kb
dot-generate_nodes_table.Rd 100644 0 kb
dot-replaceNAFeatures.Rd 100644 0 kb
set_gene_list.Rd 100644 0 kb
startTreeviz.Rd 100644 1 kb
README.md
# scTreeViz This package provides methods to interactively explore and visualize datasets with hierarchies. eg. single cells datasets with hierarchy over cells at different resolutions. For a walk through of various features of the app, checkout the vignette at https://hcbravolab.github.io/scTreeViz/Explore-PBMC.html ## Installation and requirements `scTreeViz` currently requires a development version of `epivizrData` which supports Sparse Measurements. We plan to push this to `bioc` soon. To install `scTreeViz`, ```{r} BiocManager::install("epiviz/epivizrData") BiocManager::install("HCBravoLab/scTreeViz") ``` ***Note: you can also use devtools to install the package from github*** ## Usage To try out and explore the various features of the package, we provide the PBMC 3K dataset and the vignette `Explore-PBMC` walks you through the process. To checkout all the vignettes ```{r} library(scTreeViz) browseVignettes("scTreeViz") ```