Skip to content

Installing and loading IdentifiHR

Ashley Weir edited this page Aug 28, 2024 · 1 revision

To install and load the IdentifiHR package, please use the following code in R:

install.packages("devtools")
library(devtools)
devtools::install_github("DavidsonGroup/IdentifiHR")
library(IdentifiHR)

IdentifiHR is a predictive model of HR status in HGSC that uses only gene expression.

Clone this wiki locally