Releases: phillipnicol/scDist
Releases · phillipnicol/scDist
scDist 1.1.5
This update completes the code for condition_v_celltype_distance() based on Issue #11.
scDist 1.1.4
This update adds labels to distGenes to help users better interpret the
direction of the expression change for each gene.
scDist 1.1.3
This update adds code to automatically skip cell types where any fixed or random effects have only one sampling level.
scDist 1.1.2
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
This update primarily addresses bugs in distGenes.
scDist 1.1.0
This update contains new functionality for post-hoc analysis and simulated data.
New functionality:
- The
distGenesfunction can be used to visualize the genes associated with
the perturbation. - The generation of simulated data is simplified with the
simDatafunction. - The
scDist_treefunction performs the analysis at different resolutions
of a given clustering. condition_v_celltype_distancecompares the condition perturbation to the
inter-cell-type distances, providing a possible way to diagnose issues in
annotation.
Changes to existing functionality:
- The
scDistfunction now has aweightsargument to allow different genes
to be weighted differently in the calculation of the distance.
scDist 1.0.0
Initial version of the R package.