Version 0.1
pointillism 0.1.1 (2018-08-20)
New functions:
- Now exporting
runZinbwaveandhasZinbwave, which were previously internal functions called bydiffExp.
Minor changes:
- Improved internal handling of
assaysfor objects that have zinbwave calculations applied. Now it doesn’t attempt to keep only thecountsassay.
pointillism 0.1.2 (2018-08-22)
New functions:
-
clusterID: S4 generic that returns the cell cluster identity mappings as afactorfor all cells. -
findMarkers: Utility function that wrapsdiffExpto identify cluster- specific genes across all clusters.
Minor changes:
- Converted
runZinbwaveto an S4 method that works onSingleCellExperiment. Forseuratobjects, coerce toSingleCellExperimentbefore calculating weights. -
plotDotnow uses default ggplot2 color scale, unless specified. -
plotReducedDim,plotMarker:theme_paperwhiteis no longer used by default. RemovedgridandaspectRatioarguments to simplify ggplot2 code handling.