Newer
Older
## Version 1.3.1 (2018-01-03)
* Fix error in vignette caused by changes in scater
## Version 1.3.0 (2017-10-13)
## Version 1.2.1 (2017-11-23)
* Fix zinbwave installation error
# Version 1.2.0 (2017-10-30)
* Bioconductor 3.6 release
## Version 1.1.8 (2017-10-13)
* Add BASiCS simulation
* Update Splatter citation
* Update Lun2 reference
## Version 1.1.7 (2017-10-05)
* Add PhenoPath simulation
* Add ZINB-WaVE simulation
* Adjust mfaSimulate output
## Version 1.1.6 (2017-10-02)
* Update scDD version
* Add mfa simulation
## Version 1.1.5 (2017-09-13)
* Convert to SingleCellExperiment
* Add verbose option to scDDEstimate
* Change "mean-dropout" to "mean-zeros" in compareSCESets
* Update summariseDiff
* Update scDDEstimate, now estimates gene types
* Fix error in lun2Estimate
* Import SummarizedExperiment to avoid warnings
* Add batch effects to Splat simulation
* Make Splat group assignment probabilistic
* Update SplatParams with new parameters
* Fix error handling when fitting means
* Fix scales in some difference plots
* Fix colours in difference plots
* Fix panel legends
* Add summariseDiff function
* Add BPPARAM argument to scDDSimulate
* Add limits to zeros diff plots
* Remove estimation of dropout.present
* Add functions for making comparison panels
* Add panel section to vignette
* Change variance plot scale (for consistency)
* Modify how Lun2Params stores gene paramters to use data.frame
* Move sampling of genes/cells to lun2Simulate
* Return to old Lun2 nGenes estimate
* Add diffSCESets function
* Update compareSCESets plots
* Modify Lun2 nGenes estimate
* Modify how addFeatureStats names columns
* Add infinte bcv.df warning to splatSimulate
* Add parallel option to lun2Estimate
* Allow non-integer library sizes in Lun2Params
* Adjust dropout eta value
* Adjust comparison plots
* Improve Splat estimation procedure
* Update default Splat parameters
* Remove out.loProb Splat parameter
* Add MeanZeros plot to compareSCESets
* Add addGeneLengths function
* Update scDD reference
* Fix bug that meant non-linear path factors weren't stored in output
* Small changes to avoid NOTEs and reduce check time
* Add installation to vignette
* Add detail about counts matrix to vignette
* Replace 1:x with seq_len/seq_along
* Fix to match Bioconductor version of scDD
* Add logo to repository
* Add rownames, colnames to matrices in splatSimulate, lunSimulate
* Bump R version to 3.4
* Address Biocondutor build warnings, notes
* Fix bug in compareSCESets
* Dataset order is now kept in plots
* Add compareSCESets function
* Update vignette
* Fix LunParams validity bug
* Add logo
* Fix bug in splatSimulatePaths that caused NAs
* Make compatible with Bioconductor 3.4
* Fix error for SCESets in lun2Estimate, scDDEstimate
* Redesign how parameters are stored
* Each simulation now has it's own S4 Params class
* Modify exisiting simulations to use new parameter objects
* Add Lun simulation
* Modify splatParams to take Lun parameters
* Add splatter simulations
* Modify some parts of splatParams and fix bugs
* Added splatParams object
* Added functions for interacting with splatParams