Skip to content

hemRNA is a free open-source software developed to help clinicians and biologists in analyzing RNAseq data.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

VincentAlcazer/hemRNA

Repository files navigation

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)
 

About

hemRNA is a free open-source software developed to help clinicians and biologists in analyzing RNAseq data.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages