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.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.