library(knitr) opts_chunk$set( echo = TRUE, eval = FALSE, warning = FALSE, message = FALSE)
## template chunk - don't change/delete
perf()
can now handle features with a (s)pls
which have near zero variance.predict()
can now handle when the testing and training data have their columns in different orders.indY
parameter is used in block.spls()
, circosPlot()
can now properly identify the $Y$ dataframe.perf()
now returns values for the choice.ncomp
component when nrepeat
$< 3$ whereas before it would just return NA
s.cim()
now can take pca
objects as input.tune.spca()
can now handle NA
values appropriately.plotArrow()
is run on a (mint).(s)plsda
object.splsda
object that has only one sample associated with a given class is passed to perf()
.plotLoadings()
now returns the loading values for features from all dataframes rather than just the last one when operating on a (mint).(block).(s)plsda
object.tune.mint.splsda()
and perf.mint.splsda()
calculate balanced error rate (BER) as there was disparity between them. Also made the global BER a weighted average of BERs across each study.verbose.call
was added to most of the methods. This parameter allows users to access the specific values input into the call of a function from its output.background.predict()
can now operate on mint.splsda
objects and can be used as part of plotIndiv()
.plotMarkers
to visualise the selected features in block analyses (see https://github.com/mixOmicsTeam/mixOmics/issues/134)tune.spls
now able to tune the selected variables on both X
and Y
. See ?tune.spls
impute.nipals
to impute missing values using the nipals algorithmtune.spca
to tune the number of selected variables for pca componentscircosPlot
now has methods for block.spls
objects. It can now handle similar feature names across blocks. It is also much more customisable. See advanced arguments in ?circosPlot
biplot
function for pca
and pls
objects. See ?mixOmics::biplot
plotDiablo
now takes col.per.group
(see #119)plotIndiv
now supports (weighted) consensus plots for block analyses. See the example in this issueplotIndiv(..., ind.names=FALSE)
warning issue now fixedperf.block.splsda
now supports calculation of combined AUCblock.splsda
bug which could drop some classes with near.zero.variance=TRUE
now fixedAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.