README.md

hermes

hermes-logo

Check
๐Ÿ›  Docs
๐Ÿ“š Code Coverage
๐Ÿ“”

GitHub
forks GitHub Repo
stars

GitHub commit
activity GitHub
contributors GitHub last
commit GitHub pull
requests GitHub repo
size GitHub language
count Project Status: Active โ€“ The project has reached a stable, usable
state and is being actively
developed. Current
Version Open
Issues

hermes facilitates preprocessing, analyzing, and reporting of RNA-seq data.

Installation

BioConductor

You can install the current release from BioConductor with:

if (!require("BiocManager")) {
  install.packages("BiocManager")
}
BiocManager::install("hermes")

GitHub

You can install the development version from GitHub with:

if (!require("devtools")) {
  install.packages("devtools")
}
devtools::install_github("insightsengineering/hermes")

Getting Started

You can get started by reading the introduction vignette:

library(hermes)
vignette("introduction", package = "hermes")


insightsengineering/hermes documentation built on March 1, 2023, 5:58 a.m.