The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
HDXBoxeR is a tool designed to streamline various aspects of HDX (Hydrogen-Deuterium Exchange) data analysis:
HDXBoxeR can be used to enhance the efficiency and effectiveness of HDX data analysis, providing tools for data processing, analysis, and visualization.
First, ensure that you have R (and RStudio) installed on your computer. Then you can proceed with the installation of the HDXBoxeR package. There are two methods to install the HDXBoxeR package:
install.packages(“HDXBoxeR”) #execute only once
install.packages(“devtools”) #if not installed
library(devtools) #run next two commends only once
devtools::install_github(“mkajano/HDXBoxeR”)
After installing HDXBoxeR in R, load the package using following command:
library(HDXBoxeR)
Please access the vignette with examples at:
https://cran.r-project.org/web//packages/HDXBoxeR/vignettes/HDXBoxeR.html
After HDXBoxeR package installation the test data will be located in system files of the HDXBoxeR. The path to the input table is shown below:
file_nm<-system.file(“extdata”, “All_results_table.csv”, package = “HDXBoxeR”)
This project is licensed under the GPL (>= 2) licence
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.