library(knitr) opts_chunk$set( echo = TRUE, eval = FALSE, warning = FALSE, fig.path = './images/', fig.asp = 1, out.width = "50%", cache = FALSE) opts_knit$set(root.dir = "./images/", cache.path = "./images/")
This package is a developing implementation of mixOmics Bioconductor package.
The aim is to:
formula
class entry and support of assay
names.The package is not complete/tested yet, but feel free to try it using:
devtools::install_github("ajabadi/mixOmics2")
You need to install the data package to be able to run the examples:
devtools::install_github("ajabadi/mixOmics.data")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.