make.ts.bin.pp.heatmap | R Documentation |
Make two-sample binary predictive probability heatmap
make.ts.bin.pp.heatmap(my.data = pp.table, go.thresh = 0.8, ng.thresh = 0.8)
my.data |
output from return.ts.bin.pp.table |
go.thresh |
go threshold |
ng.thresh |
no-go threshold |
A ggplot object is returned.
pp.table <- return.ts.bin.int.predprob.table(goparallel=FALSE) make.ts.bin.pp.heatmap(my.data = pp.table, go.thresh=0.8, ng.thresh=0.8)