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

https://forge.inrae.fr/genotoul-bioinfo/mixKernel.git
23 July 2025, 18:44:20 UTC
  • Code
  • Branches (7)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/dev
    • refs/heads/master
    • refs/heads/plotind3
    • refs/tags/v0.8
    • refs/tags/v0.9
    • refs/tags/v0.9-1
    • refs/tags/v0.9-2
    No releases to show
  • 2a93d83
  • /
  • vignettes
  • /
  • a-mixKernelInstallation.Rmd
Raw File Download Save again
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

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
  • revision
  • snapshot
origin badgecontent badge
swh:1:cnt:a59dfc6266ffef3baa2d2c698a110e2735c15c0a
origin badgedirectory badge
swh:1:dir:4045d9b47d1c59cdb426b70e47632dbe4c6eec86
origin badgerevision badge
swh:1:rev:c502bf294e7f60c24ec3bf3f6cd0e94a4481ecd5
origin badgesnapshot badge
swh:1:snp:8bf247850490c25027dc03263fbade6682091726

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
  • revision
  • snapshot
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Tip revision: c502bf294e7f60c24ec3bf3f6cd0e94a4481ecd5 authored by Nathalie Vialaneix on 18 September 2023, 15:57:25 UTC
Merge branch 'crantest' into 'master'
Tip revision: c502bf2
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
---

<!--
%\VignetteEngine{knitr}
%\VignetteIndexEntry{Installation instruction}
%\VignettePackage{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 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