A package for predicting whether a Rheumatoid Arthritis patient will respond to anti-TNF treatment.
Code author and maintainer: @bodhayan
Visit us at: Shukla Lab
ATRPred was coded in R v3.6, and require a couple of packages (caret
and RANN
) to be pre-installed, which can be installed as below:
install.packages(c("caret","RANN"))
To install the latest version of ATRPred, please follow the steps:
install.packages("devtools")
devtools::install_github("ShuklaLab/ATRPred")
To update the package just run the same command again.
To run the ATRPred, please run the following code (input template along with sample inputs are present in examples folder):
library("ATRPred")
antiTNFresponse()
Or directly, by typing:
ATRPred::antiTNFresponse()
MIT License is free license software and grants the software end user rights such as copying, modifying, merging, distributing, etc.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
If you're using ATRPred, please cite:
Last updated on: 6 Sep 2022
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.