Installation instruction for mixKernel

This vignette provide installation for mixKernel instructions.

Installation of python dependencies

The following python modules are required for the functions performing feature selection in mixKernel: autograd, scipy, sklearn, numpy

```{python installModule, eval=FALSE} pip3 install autograd pip3 install scipy pip3 install sklearn pip3 install numpy

## Installation of Bioconductor dependencies

Two Bioconductor packages are required for `mixKernel` installation: `mixOmics`
and `phyloseq`:
```r
install.packages("BiocManager")
BiocManager::install("mixOmics")
BiocManager::install("phyloseq")

mixKernel installation

Finally the installation is completed with:

install.packages("mixKernel")


Try the mixKernel package in your browser

Any scripts or data that you put into this service are public.

mixKernel documentation built on Sept. 18, 2023, 5:16 p.m.