Skip to content

Releases: Core-Bioinformatics/ClustAssess

Version 1.1.0

27 May 18:30
39ab40c

Choose a tag to compare

Updates

  • Add barplot with Cell count or percentage of metadata in the Shiny context.
  • Add option to combine (split) metadata and dynamically create a new metadata column in the Shiny context.
  • Add option to calculate the percentage of cells expressing gene above a threshold in the summary table from the Shiny Violin section.
  • Add hierarchical plot that shows the relationship between partitions with different number of clusters.
  • Add the option to create the ClustAssess app without the need to run the stability assessment (the light version). If the clustassess parameter is NULL, the app will contain only the 'Comparison' tab. In this case, the user should provide the UMAP coordinates in the metadata dataframe.

Fixes

  • Fix the case in write_object when the gene variance filtering leaves the chunk with one or zero genes.
  • Stop allowing the user to calculate the ECC or perform the merging to a list with less than two partitions by raising an exception.
  • Sort the k values numerically in the merge_resolutions function.

Version 1.0.0

01 Feb 11:10

Choose a tag to compare

Additions

  • add functions for assessment of the stability of the steps from the PhenoGraph pipeline
  • add a function that automatically identifies the parameters that leads to the most stable partitions
  • add a shiny interface that enables interactive interrogation of the ClustAssess results as well as of the data itself