Changelog
Source:NEWS.md
CytoMDS 1.9
CytoMDS 1.7
CytoMDS 1.7.2
- added
ggplotVolcano()
CytoMDS 1.3
CytoMDS 1.3.6
-
ggplotMarginalDensities(): corrected a bug when channels were specified as marker names.
CytoMDS 1.3.5
- removed contraint (max = 3) on nb of plotly tool_tips variables (
pDataForAdditionalLabelling)
CytoMDS 1.3.3
-
DistSumclass to store distance matrices computed as the sum of marker contributions -
ggplotDistFeatureImportance()now can be used to create a stacked bar ggplot object, displaying feature importance in a distance matrix (extracted from aDistSumobject)
CytoMDS 1.3.2
- added
pointSizeargument toggplotSampleMDS()
CytoMDS 0.99
CytoMDS 0.99.16
- added
lineWidthparameter inggplotSampleMDSShepard() - running
plotly::ggplotly()onggplotSampleMDSShepard()output now displays row and column number for each distance point. - added
pointLabelSizeandarrowLabelSizeinggplotSample()
CytoMDS 0.99.15
- corrected bug fix (error message) in
pwDist()whenverbose=TRUE
CytoMDS 0.99.14
- re-factored code portions to replace, as much as possible, for loops by
apply()family of functions.
CytoMDS 0.99.12
- removed
useBiocParallelparameters from various stats functions (use BPPARAM = BiocParallel::SerialParam() as a default) - implemented
MDSclass to store MDS projection results - bi-plots now explicitly discard constant external variables (+warning) instead of raising an error without producing a plot
- implemented
ggplotMarginalDensities() - updated vignette with Bodenmiller2012 dataset and more biological interpretation.
CytoMDS 0.99.9
- in
ggplotSampleMDS(): add label layer aftergeom_point()(no more before)
CytoMDS 0.99.8
- renamed
getChannelSummaryStats()intochannelSummaryStats() - in
channelSummaryStats(), added support forBiocParallel`, and allowed for not loading the whole flowSet in memory at once. - replaced NULL defaulted parameters with optional parameters
- added
displayPointLabelsargument toggplotSampleMDS() - added
displayLegendargument toggplotSampleMDSWrapBiplots() - finalized creating vignette
CytoMDS 0.99.7
- refactored the pairwise distance calculation code, by pre-computing the unidimensional histograms and store them instead of recalculating them each time a distance between 2 samples is calculated. This improves CPU time and memory consumption.
CytoMDS 0.99.6
- added
subsetargument inggplotSampleMDS()andggplotSampleMDSWrapBiplots
CytoMDS 0.99.5
- renamed
getPairwiseEMDDist()intopairwiseEMDDist() - in
pairwiseEMDDist(), added support forBiocParallel, and allowed for not loading the whole flowSet in memory at once.
CytoMDS 0.99.4
- in
getPairwiseEMDDist(), added a second flowSet argument. When the two flowSet arguments are non-null, distances are calculated for all sample pairs, where the first element comes fromfs, and the second element comes fromfs2. - renamed
ggplotSamplesMDSintoggplotSampleMDS - renamed
ggplotSamplesMDSShepardintoggplotSampleMDSShepard - renamed
getChannelsSummaryStatintogetChannelSummaryStats - new function
ggplotSampleMDSWrapBiplots()
CytoMDS 0.99.3
- new version of computeMetricMDS() which automatically sets the number of dimensions to reach a target pseudo R squared
- added ggplotly() functionality for output MDS plots
- in
ggplotSampleMDS(), addedflipXAxis,flipYAxisto possibly ease low dimensional projection comparisons - in
ggplotSampleMDS(), addeddisplayArrowLabelsto discard the arrow labels in biplot. Also addedarrowThreshold. Moved arrow labels toward the end of the arrows. - in
ggplotSampleMDS()andggplotSampleMDSShepard(): addeddisplayPseudoRSqparameter.