Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# 0.99.7
* Small changes to avoid NOTEs and reduce check time
# 0.99.6
* Add installation to vignette
* Add detail about counts matrix to vignette
* Replace 1:x with seq_len/seq_along
# 0.99.5
* Set R_TESTS environment
# 0.99.4
* Version bump to start build
# splatter 0.99.3
* Fix to match Bioconductor version of scDD
* Add logo to repository
# splatter 0.99.2
* Add rownames, colnames to matrices in splatSimulate, lunSimulate
* Bump R version to 3.4
# splatter 0.99.1
* Address Biocondutor build warnings, notes
# splatter 0.99.0
* Submit to Bioconductor
# splatter 0.12.1
* Fix bug in compareSCESets
* Dataset order is now kept in plots
# splatter 0.12.0
* Add compareSCESets function
* Update vignette
* Fix LunParams validity bug
* Add logo
# splatter 0.11.1
* Fix bug in splatSimulatePaths that caused NAs
# splatter 0.11.0
* Make compatible with Bioconductor 3.4
# splatter 0.10.1
* Fix error for SCESets in lun2Estimate, scDDEstimate
# splatter 0.10.0
* Add listSims function
* Add vignette
# splatter 0.9.0
* Add scDD simulation
# splatter 0.8.0
* Add Lun2 simulation
# splatter 0.7.0
* Redesign how parameters are stored
* Each simulation now has it's own S4 Params class
* Modify exisiting simulations to use new parameter objects
# splatter 0.6.0
* Add Lun simulation
* Modify splatParams to take Lun parameters
# splatter 0.5.0
* Add simple simulation
# splatter 0.4.0
* Add splatter simulations
* Modify some parts of splatParams and fix bugs
# splatter 0.3.0
* Added parameter estimation functions
# splatter 0.2.0
* Added splatParams object
* Added functions for interacting with splatParams