# NOT RUN {
data(nki_subset)
library(Biobase)
library(magrittr)
library(ggplot2)
#simulate example HR bootstrapped data
bs_dfr <- matrix(rnorm(150000), ncol = 1000, nrow = 150)
#calculate thresholds
thresholds <- bootstrapThresholds(bs_dfr)
# }
Run the code above in your browser using DataLab