Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 9c9794e
  • /
  • a-mixKernelInstallation.Rmd
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge
swh:1:cnt:0c409297290f9a610fdeb158e0f5ae37c5bf979d
directory badge
swh:1:dir:9c9794e52272ace3b2e6cd10e7a9eb903ca7a9fa

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
a-mixKernelInstallation.Rmd
---
title: "Installation instruction for mixKernel"
author: "Jérôme Mariette, Céline Brouard, Rémi Flamary and Nathalie Vialaneix"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
  html_document:
    toc: yes
    code_folding: show
    highlight: haddock
    df_print: kable
vignette: >
  %\VignetteIndexEntry{Installation instruction}
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteEncoding{UTF-8}
---


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 installBioc, eval=FALSE}
install.packages("BiocManager")
BiocManager::install("mixOmics")
BiocManager::install("phyloseq")
```

## mixKernel installation

Finally the installation is completed with:
```{r install, eval=FALSE}
install.packages("mixKernel")
```

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API