knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Mitology is an R package to dissect mitochondrial activity from gene expression data. We provide in R environment MitoCarta3.0 pathways and we exploited Reactome pathways and GO hierarchies to derive and re-organize mitochondrial-specific gene sets.
The mitology
package can be installed from Bioconductor:
if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("mitology")
Also you can install the latest version of mitology
from GitHub with:
library(remotes) remotes::install_github("CaluraLab/mitology")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.