PRA: Pattern Recognition Analysis (PRA)

Description Usage Arguments Value Examples

View source: R/PRA.R

Description

This function carries out the pattern recognition analysis

Usage

1
PRA(dataURA, BPname, thres.role = 0)

Arguments

dataURA

output URA function

BPname

BPname

thres.role

thres.role

Value

returns list of TSGs and OCGs when biological processes are provided, otherwise a randomForest based classifier that can be used on new data

Examples

1
2
3
4
data(dataURA)
dataDual <- PRA(dataURA = dataURA,
BPname = c("apoptosis","proliferation of cells"),
thres.role = 0)

MoonlightR documentation built on Nov. 8, 2020, 8:25 p.m.