README.md

ATRPred: Anti-TNF Treatment Response Predictor

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

GitHub GitHub R package version

Requirements

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"))

Installation and Updation

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.

Running the function

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()

Contributing and licensing

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.

Publication

If you're using ATRPred, please cite:

Prasad B, McGeough C, Eakin A, Ahmed T, Small D, Gardiner P, Pendleton A, Wright G, Bjourson AJ, Gibson DS, Shukla P. ATRPred: A machine learning based tool for clinical decision making of anti-TNF treatment in rheumatoid arthritis patients. PLoS Comput Biol. 2022 Jul 5;18(7):e1010204. doi: 10.1371/journal.pcbi.1010204. PMID: 35788746; PMCID: PMC9321399.

Last updated on: 6 Sep 2022



ShuklaLab/ATRPred documentation built on April 14, 2025, 12:43 p.m.