Skip to content

Releases: mohuangx/SAVER

SAVER 1.1.3

11 Jun 19:51
Compare
Choose a tag to compare
  • Fix error caused by R version 4.2.0.

SAVER 1.1.2

12 Nov 21:13
Compare
Choose a tag to compare
  • Improve finish time estimation
  • Add get.mu function to get prior means
  • Make compatible with glmnet 3.0

SAVER 1.1.0

02 Sep 19:38
Compare
Choose a tag to compare
  • Improve finish time estimation
  • Allow input of prior predictions
  • Can set ncores to set up parallel backend
  • Update documentation
  • Make SAVER tutorial vignette
  • Allow input of sparse matrices
  • Allow return of estimates matrix only

SAVER 1.0.0

25 Apr 15:08
Compare
Choose a tag to compare

New Features

  • First official release

SAVER 0.4.0

28 Feb 16:10
Compare
Choose a tag to compare
SAVER 0.4.0 Pre-release
Pre-release

New Features

  • Implemented faster version of SAVER which is 20-30x faster
  • No longer necessary to specify parallel = TRUE
  • Implemented progress bar

SAVER 0.3.1

29 Jan 19:30
Compare
Choose a tag to compare
SAVER 0.3.1 Pre-release
Pre-release

New Features

  • Incorporate iterators package
  • Implement mean expression cutoff for prediction matrix
  • Fix minor bugs

SAVER 0.3.0

20 Sep 00:18
Compare
Choose a tag to compare
SAVER 0.3.0 Pre-release
Pre-release

New Features

  • Combine parallel output using unlist instead of Reduce.
    • Reduce is computationally intensive. Might cause issue #1.
  • Add nlambda option to saver
  • Incorporate bigmemory package
  • Export cor.cells

SAVER 0.2.2

13 Aug 14:33
Compare
Choose a tag to compare
SAVER 0.2.2 Pre-release
Pre-release

New Features

  • Rewrote combine function of parallel implementation of saver
  • Add null model option to saver

SAVER 0.2.1

01 Aug 14:41
Compare
Choose a tag to compare
SAVER 0.2.1 Pre-release
Pre-release

New Features

  • Rewrote parallel implementation of SAVER
  • Added verbose, pred.cells, and predict.time options to saver

SAVER 0.2.0

23 Jul 18:01
Compare
Choose a tag to compare
SAVER 0.2.0 Pre-release
Pre-release

New Features

  • Addressed issue #1
  • Add option to filter genes out for prediction in saver
  • Reduced saver output
  • Created correlation adjustment functions cor.genes and cor.cells