Skip to content
Snippets Groups Projects
Commit 17b5a273 authored by Luke Zappia's avatar Luke Zappia
Browse files

Merge branch 'master' into splotch

* master:
  Fix bug in NAMESPACE
parents 540b62d0 f9607578
No related branches found
No related tags found
No related merge requests found
Package: splatter Package: splatter
Type: Package Type: Package
Title: Simple Simulation of Single-cell RNA Sequencing Data Title: Simple Simulation of Single-cell RNA Sequencing Data
Version: 1.9.4.9011 Version: 1.9.5.9012
Date: 2019-08-29 Date: 2019-09-09
Author: Luke Zappia Author: Luke Zappia
Authors@R: Authors@R:
c(person("Luke", "Zappia", role = c("aut", "cre"), c(person("Luke", "Zappia", role = c("aut", "cre"),
......
...@@ -66,8 +66,11 @@ export(splatSimulate) ...@@ -66,8 +66,11 @@ export(splatSimulate)
export(splatSimulateGroups) export(splatSimulateGroups)
export(splatSimulatePaths) export(splatSimulatePaths)
export(splatSimulateSingle) export(splatSimulateSingle)
<<<<<<< HEAD
export(splotchEstimate) export(splotchEstimate)
export(splotchSimulate) export(splotchSimulate)
=======
>>>>>>> master
export(summariseDiff) export(summariseDiff)
export(zinbEstimate) export(zinbEstimate)
export(zinbSimulate) export(zinbSimulate)
...@@ -139,8 +142,11 @@ importFrom(methods,validObject) ...@@ -139,8 +142,11 @@ importFrom(methods,validObject)
importFrom(stats,aggregate) importFrom(stats,aggregate)
importFrom(stats,approxfun) importFrom(stats,approxfun)
importFrom(stats,cor) importFrom(stats,cor)
<<<<<<< HEAD
importFrom(stats,dbeta) importFrom(stats,dbeta)
importFrom(stats,density) importFrom(stats,density)
=======
>>>>>>> master
importFrom(stats,dnbinom) importFrom(stats,dnbinom)
importFrom(stats,ks.test) importFrom(stats,ks.test)
importFrom(stats,median) importFrom(stats,median)
......
### Version 1.9.5.9012 (2019-09-09)
* Merge master into splotch branch
## Version 1.9.5 (2019-09-09)
* Fix bug in NAMESPACE
### Version 1.9.4.9011 (2019-08-29) ### Version 1.9.4.9011 (2019-08-29)
* Add BCV adjustment to Splotch simualation * Add BCV adjustment to Splotch simualation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment