Skip to content

Releases: phillipnicol/scDist

scDist 1.1.5

10 Nov 15:43

Choose a tag to compare

This update completes the code for condition_v_celltype_distance() based on Issue #11.

scDist 1.1.4

25 Nov 01:41
8a7f9c8

Choose a tag to compare

This update adds labels to distGenes to help users better interpret the
direction of the expression change for each gene.

scDist 1.1.3

22 Oct 00:12

Choose a tag to compare

This update adds code to automatically skip cell types where any fixed or random effects have only one sampling level.

scDist 1.1.2

15 Sep 23:09
4b54dd7

Choose a tag to compare

This update improves the functions in plotting.R, adds input checking to scDist(), and adds some missing documentation. See PR 8 and 10.

scDist 1.1.1

05 Sep 01:15
c9032a6

Choose a tag to compare

This update primarily addresses bugs in distGenes.

scDist 1.1.0

10 Jul 20:47

Choose a tag to compare

This update contains new functionality for post-hoc analysis and simulated data.

New functionality:

  • The distGenes function can be used to visualize the genes associated with
    the perturbation.
  • The generation of simulated data is simplified with the simData function.
  • The scDist_tree function performs the analysis at different resolutions
    of a given clustering.
  • condition_v_celltype_distance compares the condition perturbation to the
    inter-cell-type distances, providing a possible way to diagnose issues in
    annotation.

Changes to existing functionality:

  • The scDist function now has a weights argument to allow different genes
    to be weighted differently in the calculation of the distance.

scDist 1.0.0

26 May 14:11
3865dd1

Choose a tag to compare

Initial version of the R package.