mixOmics icon indicating copy to clipboard operation
mixOmics copied to clipboard

Development repository for the Bioconductor package 'mixOmics '

Results 92 mixOmics issues
Sort by recently updated
recently updated
newest added

Dear MixOmics team, I have completed an analysis by using DIABLO. Two blocks, mRNA and protein. When I tried to plot the loadings and their contributions, only one block information...

awaiting-user
cannot-reproduce

**Is your feature request related to a problem? Please describe.** A `block.spls` object cannot be passed into `cim()`, despite the fact that the functionality already exists to produce a CIM...

feature-request
ready-to-review

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

bug

Is it possible to implement OPLS-DA (orthogonal Partial least squares-discriminant analysis) in mixOmics? I like the nice output of mixOmics, but it doesn't have OPLS-DA compared to ropls.

feature-request

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

Please follow **all the steps** described at https://mixomics-users.discourse.group/t/reproducible-example-to-clarify-issues/470 and next fill in the items below: ------------ 🐞 **Describe the bug:** I tried to tune the parameter for my SPLS models,...

vignette

This PR contains numerous changes to the `network()` function. Users noted that a lack of control over vertex size and distances made for difficulty in plotting. Vertices frequently overlapped, covering...

enhancement
documentation
ready-to-review

**Is your feature request related to a problem? Please describe.** Users have had trouble with using the `network()` function as the vertices begin to overlap ([see here](https://mixomics-users.discourse.group/t/change-network-layout/1007)). The vertices completely...

enhancement
documentation
ready-to-review

------------ 🐞 **Describe the bug:** tune.spls is not using multicore processing even with BPPARAM set correctly. ------------ 🔍 **reprex results from [reproducible example](https://mixomics-users.discourse.group/t/reproducible-example-to-clarify-issues/470) including sessioninfo():** Monitoring of this code from...

bug

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

feature-request