Name Mode Size
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 1 kb
README.Rmd 100644 1 kb
README.md 100644 1 kb
README.md
mitology R package ================ <!-- README.md is generated from README.Rmd. Please edit that file --> <img src=./vignettes/figures/puzzle_mitology.png width="200" align="right" /> 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. ## Installation The `mitology` package can be installed from Bioconductor: ``` r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("mitology") ``` Also you can install the latest version of `mitology` from GitHub with: ``` r library(remotes) remotes::install_github("CaluraLab/mitology") ```