knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
hermes
facilitates preprocessing, analyzing, and reporting of RNA-seq data.
RNAseq
count data into the hermes
ready format.BioMart
).BioConductor
You can install the current release from BioConductor
with:
if (!require("BiocManager")) { install.packages("BiocManager") } BiocManager::install("hermes")
You can install the development version from GitHub with:
if (!require("devtools")) { install.packages("devtools") } devtools::install_github("insightsengineering/hermes")
You can get started by reading the introduction vignette:
library(hermes) vignette("introduction", package = "hermes")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.