Skip to content

Commit

Permalink
Added installation link
Browse files Browse the repository at this point in the history
  • Loading branch information
michbur authored Nov 10, 2024
1 parent 1de5ad6 commit c878c7c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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")
```

0 comments on commit c878c7c

Please sign in to comment.