From c878c7c4623ca163942aeb8b1a5cb58c03754087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Burdukiewicz?= Date: Sun, 10 Nov 2024 02:26:13 +0100 Subject: [PATCH] Added installation link --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2677781..3237930 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ - -# hadexversum +# HRaDeX HRaDeX is a part of tool family for analysing HDX-MS data, HaDeXversum. It is developed in Mass Spectrometry Lab in Institute of Biophysics and Biochemistry, Polish Acadamy of Sciences. @@ -15,3 +14,13 @@ For more information on pepitde-level analysis, see [documentation](https://hade For detailed explanation of the classification workflow works see this [article](https://hadexversum.github.io/HRaDeX/articles/workflow.html). and of visualization the results, see this [article](https://hadexversum.github.io/HRaDeX/articles/visualization.html). The documentation is available [here](https://hadexversum.github.io/HRaDeX/). + + +## Installation + +HRaDeX can be downloaded directly from GitHub repository: + +``` r +# install.packages("devtools") +devtools::install_github("hadexversum/HRaDeX") +```