Changes in version 1.1.10 UPDATES o Support for passing hdf5-backed SummarizedExperiment objects (internal conversion to sparse) o Explicitly handle multiple assay() in the summarizedExperiment. Must have a named 'counts' assay, or, just the one unnamed assay. BUG FIXES o Subsampling per group should actually be used now. Changes in version 1.1.8 UPDATES o Updated vignette with large data handling. o Doco updates o make_ranking_violin_plot can pass parameters (e.g. rankmetrics) with ... Changes in version 1.1.4 UPDATES o Methods/options to subset large datatsets. Changes in version 1.1.3 UPDATES o None. Version bump for build only. Changes in version 1.1.2 UPDATES o Testing tests Changes in version 1.1.1 BUG FIXES o Internal SingleCellAssay coercion bugfix. Should no longer require library(MAST) call to work. UPDATES o Partying hard with unit tests woo Changes in version 1.1.0 UPDATES o Option to change the gene ranking metric. Maybe useful for similar cell types like PBMCs. o Use sparse matricies to support larger datasets in less RAM. Changes in version 1.0.1 UPDATES o First bioconductor version Changes in version 0.99.1 BUG FIXES o Code style. o Do not attempt to multithread on windows (suggest mulithread on linux). Changes in version 0.99.0 NEW FEATURES o Initial Version.