- Modify the argument name from
version="0.2.17
toversion="0"
to run SOM in the previous version. - Default output format of
plotUMAP
is changed from "pdf" to "png". - Modify labels of legend in distance map to discrete ones.
- Add an option
version
tographSOM
andrxmcmc
functions in order to enable us to perform SOM computations based on the previous version (= 0.2.17).
- Add options
size_d
andsize_s
toplotDistMap
function. - Add options
color_by_group
,grpcol
, andmagnify
toplotUMAP
function.
- Replace graphSOM and rxmcmc functions of v.0.2.15 with those of v.0.2.14
- Modify graphSOM function to guarantee the reproducibility between graphSOM and rxmcmc when the same seed value is given.
- Add a new argument
color_by_gene
to the functionplotUMAP
.
- Add
rglclose
option toplotUMAP
function.
- The
umap
package forplotUMAP
function was replaced withuwot
.
- Update
plotUMAP
function. It supports 'png', 'pdf', and 'eps'.
- Add 2D plotting option to
plotUMAP
. - Add scatterplot3d option to
plotUMAP
.
- The output file names of
writeMCMC
function are changed. - The
gene_size
column is added tosummary.txt
. - Bugs are fixed.
- Gibbs sampling strategy is introduced to the cluster swapping in GraphSOM.
- The
swap
option is added toinitGraphSOM
function. - Thee
seed
options are added toselectFeatures
,initGraphSOM
, andrxmcmc
functions. - Bugs are fixed.
selectFeatures()
outputs NOT rejected genes.- Modify arguments of
plotUMAP
function. - Modify outputs format of RX-MCMC.
- Bugs are fixed
- The default value of the parameter
maxRuns
was changed from 1000 to 500 inselectFeatures
function. - Rename variables
rep
torept
orrepl
. - Add
max_
andmin_
forscore
,acc
, andari
to MCMC results. - Rename y-axis in MCMC plots.
- Rename
size
togene_size
in MCMC results.
- The default value of the parameter
maxRuns
was changed from 200 to 1000 inselectFeatures
function. - The default value of the parameter
coef
was changed from 0 to 1.0 ininitGraphSOM
function.
- Bugs are fixed
- Bugs are fixed
- Add
rxmcmc
function, which optimize gene sets by replica exchange MCMC approach. - Add
plotMCMC
function, which plots RX-MCMC results. - Add
selectFeatures
funtion, which selects feature genes by random forest based methodBoruta
. - Add
plotDistMap
function, which plots distance matrices between domains and between samples.
- A beta-version of
espresso
is released.