PRA {MoonlightR} | R Documentation |
This function carries out the pattern recognition analysis
PRA(dataURA, BPname, thres.role = 0)
dataURA |
output URA function |
BPname |
BPname |
thres.role |
thres.role |
returns list of TSGs and OCGs when biological processes are provided, otherwise a randomForest based classifier that can be used on new data
data(dataURA) dataDual <- PRA(dataURA = dataURA, BPname = c("apoptosis","proliferation of cells"), thres.role = 0)