knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Welcome to hemRNA

hemRNA is a free open-source software developed to help clinicians and biologists in analyzing RNAseq data. It has been designed to automatically process results in a standardized structure as provided by the associated script (RNAseq_main_script.sh).

hemRNA has been developed with the R software, using the Shiny package. Golem has been used for package compilation and deployment.

Installation

You can install the development version from GitHub by either cloning the repository or directly downloading the package in R:

## Github install 
 install.packages("remotes")
 remotes::install_github("VincentAlcazer/hemRNA", force = T)

 hemRNA::run_app()

## Local file install
# Download and unzip hemRNA folder from github, then run from R:

install.packages("path_to_hemRNA-master_folder", repos = NULL, type="source", force = T)


VincentAlcazer/hemRNA documentation built on Aug. 26, 2022, 4:50 a.m.