PRA | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.