Al J Abadi

Results 16 issues of Al J Abadi

* see http://bioconductor.org/checkResults/devel/bioc-LATEST/mixOmics/ * see https://github.com/mixOmicsTeam/mixOmics/runs/3753496049?check_suite_focus=true

bug

many times users have complained that the chosen keepX is too strict. Here's an example for `tune.spca` for component 2: ``` r suppressMessages(library(mixOmics)) data(multidrug) set.seed(2341) tune.spca_res1 KeepX = 5 #>...

enhancement-request

Using [renv](https://rstudio.github.io/renv/articles/renv.html) will ensure a better and more consistent development experience.

feature-request

Would be good if the plots could take a `repel=` arg with `style='ggplot2'`. Use code below as guide to what should work. See https://mixomics-users.discourse.group/t/repel-labels-in-plotindiv-and-plotvar/621 ```r data(nutrimouse) X

feature-request

We should either prohibit the condition or handle it more efficiently. `stratified.subsampling` is also unnecessarily lengthy. ``` r data(liver.toxicity) X UseMethod("perf") #> ``` Created on 2021-02-16 by the [reprex package](https://reprex.tidyverse.org)...

bug
rapid-review
ready-to-review

Hi, trying to perform this: ``` data(stemcells) res = mint.splsda(X = stemcells$gene, Y = stemcells$celltype, ncomp = 3, study = stemcells$study) background = background.predict(res, comp.predicted = 2, dist = "max.dist")...

enhancement
ready-to-review

See https://github.com/mixOmicsTeam/mixOmics/issues/109

enhancement
ready-to-review

To address #30. It is better to default on `return.call=FALSE` to avoid unnecessary excessive memory usage.

enhancement
ready-to-review

The performance of the `tune.mint.splsda` model at optimum hyperparameters: ```r data(stemcells) X = stemcells$gene Y = stemcells$celltype study

bug
ready-to-review

See https://mixomics-users.discourse.group/t/error-in-plotarrow-of-splsda/689

bug
ready-to-review