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
  • 80d19bd
  • /
  • 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:0c409297290f9a610fdeb158e0f5ae37c5bf979d
origin badgedirectory badge
swh:1:dir:6d7d256bac8cc0c63021d9b8ec396be327484b0e
origin badgerevision badge
swh:1:rev:cbdac10481080df99f00f5c81e8494a976b41276
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: cbdac10481080df99f00f5c81e8494a976b41276 authored by Nathalie Vialaneix on 27 January 2024, 18:29:45 UTC
Merge branch 'cranfix' into 'master'
Tip revision: cbdac10
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