Releases: Oshlack/splatter
Releases · Oshlack/splatter
Release list
Bioconductor 3.23
- Replace deprecated {scuttle} functions with {scrapper}
- Deprecate
mfasimulation functions as the {mfa} package is deprecated - Adjust help messages in warnings
- Adjust failing
lun2Estimatetests
Full Changelog: v1.35.2...v1.36.0
Bioconductor 3.22
No changes to report
Full Changelog: v1.32.0...v1.34.0
Bioconductor 3.21
No changes to report
Full Changelog: v1.30.0...v1.32.0
Bioconductor 3.20
- Update {roxygen2}
- Remove old CI config files
- Add PR commands GitHub action
- Re-configure {pkgdown} site
- Add
dependabotGitHub action - Update
README
Full Changelog: v1.28.0...v1.30.0
Bioconductor 3.19
- Properly prevent output from
BASiCSEstimate()andscDDSimulate()whenverbose = FALSE - Minor adjustments to tests to set
verbose = FALSEand specify expected warnings - Replace the package man page with an auto-generated page
- Add GitHub usernames and the Bioconductor package URL to
DESCRIPTION - Add
@keywords internaland@noRdto function docs where needed - Modernise code by restyling using styler and fix other minor issues suggested by
BiocCheck()
Full Changelog: v1.26.0...v1.28.0
Bioconductor 3.18
Fixed a bug in splatSimPathDE() where DE factors were not adjusted based on the path origin (path.from parameter). This affected paths where the path origin was not the simulation origin (i.e. path.from != 0), particularly when the path DE was minimal.
With this fix, paths should no longer drift towards the origin.
Full Changelog: v1.24.0...v1.26.0
Bioconductor 3.17
- Fixed bugs in
splatPopSimulate()where conditional group assignments were incorrect when batch effects were applied (PR #161 @azodichr, fixes #158, fixes #160) - Replace all uses of
set.seedwithwithr::with_seed()(@lazappi) - Reduced core dependencies by importing scuttle rather than scater (scater is suggested) and making ggplot2 a suggested dependency (@lazappi , fixes #75)
Full Changelog: v1.22.0...v1.24.0
Bioconductor 3.16
- Fixed a bug in
BASiCSSimulate()whenspike.meansis resampled (Fixes #153) - Fixed bugs in
splatPopSimulate()with non-matching rownames and when sampling batches (PR #151 @azodichr, fixes #149)
Full Changelog: v1.20.0...v1.22.0
Bioconductor 3.15
- The
splatPopsimulation is now published in Genome Biology 🎉 ! (Fixes #128, PR #129 @azodichr) - Improved initialisation of Params objects (Fixes #132, PR #134 @wenjie2wang)
- Improved fitting of dropout in
splatEstimate()- Better initialisation of fitting as suggested by the InferCNV package (Fixes #142)
- Additional fallback method (Fixes #133)
- Bug fixes for the splat simulation
- Bug fixes for the the splatPop simulation
Full Changelog: v1.18.0...v1.20.0
Bioconductor 3.14
- Updates to the splatPop simulation (from @azodichr)
- Added functionality to simulate directly from empirical values
- Added
eqtl.coregparameter to splatPop - Fixed a bug where too many cells were simulated in splatPop with multiple batches
- Fixed duplicate cell names in splatPopSimulate (#118)
- Improved checks for
group.probin SplatParams (#107)- Automatically rescale
group.probduring setting if it doesn't sum to 1
- Automatically rescale
Full Changelog: v1.16.0...v1.18.0