Skip to content

Releases: BaderLab/scClustViz

Major overhaul

02 Mar 18:45
Compare
Choose a tag to compare

scClustViz now uses the input data object (Seurat or SingleCellExperiment) plus a new S4 class sCVdata to store all the information needed for the visualization. See ?CalcAllSCV for the single-step setup prior to running the Shiny app.
This is not compatible with previously calculated scClustViz results, due to an error in the FDR correction methodology in <v1.0.0

Modular DE testing functions

17 Sep 15:24
Compare
Choose a tag to compare

Refactored the DE testing function so that it is made up of modular components, allowing it to be incorporated into existing analysis pipelines. Now there's a function to test DE at a single resolution, so that you can test resolutions as you iterate through them during clustering analysis (see example on webpage - https://baderlab.github.io/scClustViz/#scrnaseq-analysis-pipeline). Each step of the DE testing is also modular, so you can swap in your DE test of choice.

Metadata filters for cell set comparisons

08 Sep 04:33
Compare
Choose a tag to compare

Added the ability to select cells for the set comparison tool based on metadata filters as well as manually selecting cells on the tSNE.
Silhouette widths are now a metadata column.

DOI release

07 Sep 15:20
Compare
Choose a tag to compare

DOI release for publication in F1000Res

scClustViz beta update

29 Aug 21:50
cf4b7b0
Compare
Choose a tag to compare
Pre-release

Minor bugs in the UI have been fixed
Bugs relating to character rather than factor metadata fixed

No major features planned, next step is to rewrite the analysis workflow notebooks to incorporate the package functions, which might result in the addition of more modular analysis functions in the preprocessing steps.

scClustViz R package beta

17 Aug 16:57
Compare
Choose a tag to compare
Pre-release

scClustViz is now an R package. There are two functions for loading and DE testing, and one to run the Shiny app from saved data. See the website for more details on usage.
Install using devtools:

devtools::install_github("BaderLab/scClustViz")