You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@ Package: espresso
2
2
Type: Package
3
3
Title: Enhanced spatial reconstruction by stochastic self-organizing
4
4
map
5
-
Version: 1.0.0
6
-
Date: 2022-01-21
5
+
Version: 1.0.1
6
+
Date: 2022-03-04
7
7
Authors@R: person("Tomoya", "Mori", role = c("aut", "cre"), email = "tmori@kuicr.kyoto-u.ac.jp")
8
8
Description: This is a package for domain estimation of cells only from gene expression profile based on graph-structured stochastic self-organizing map (GraphSOM) and Markov chain Monte Carlo (MCMC) method.
9
9
License: GPL-3
@@ -18,6 +18,6 @@ LazyData: true
18
18
Suggests: knitr, rmarkdown
19
19
VignetteBuilder: knitr
20
20
NeedsCompilation: no
21
-
Packaged: 2022-01-21 06:50:12 UTC; tmori
21
+
Packaged: 2022-03-31 07:45:12 UTC; tmori
22
22
Author: Tomoya Mori [aut, cre]
23
23
Maintainer: Tomoya Mori <tmori@kuicr.kyoto-u.ac.jp>
Copy file name to clipboardExpand all lines: NEWS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## 1.0.1
2
+
* Modify the argument name from `version="0.2.17` to `version="0"` to run SOM in the previous version.
3
+
* Default output format of `plotUMAP` is changed from "pdf" to "png".
4
+
* Modify labels of legend in distance map to discrete ones.
5
+
6
+
1
7
## 1.0.0
2
8
* Add an option `version` to `graphSOM` and `rxmcmc` functions in order to enable us to perform SOM computations based on the previous version (= 0.2.17).
0 commit comments