Changelogs:
- Added
utils.Rto keep internal reusable functions. - Refactored
run.flowsom:- Added
verboseparameter to optionally print progress messages. - Overwrites
clust.nameandmeta.clust.namecolumns in input data.table
if they already exist. - Tidied up and simplified code.
- Added
- Updated
run.umapto overwriteumap.x.nameandumap.y.namecolumns in
input data.table if they already exist. - Updated
do.asinh:- Overwrite columns in input data.table if they already exist.
- Added support to specify a list of cofactors, so different values can be assigned to different markers.
- Refactored
make.colour.plot:- Move some code out to internal functions for modularity.
- Rewrote and simplified code.
- Added more colour scheme options to support all options in viridis and RColorBrewer and jet.
- Updated documentation.
- Fixed issue #197 by using
geom_label_repelto draw centroid labels. - Added option to do fast plot using
scattermore.
- Added deprecated message for
fast.colour.plot. - Fixed
package.checkfor issue #186. - Refactored
read.filesand remove anysetwd()for issue #162. - Add
add.labelto multi.plot for issue #202. - Added a
NEWS.mdfile to track changes to the package. - Added
testthatunittests.