subClass_predict: Predict sub class query using broad class and subclass...

View source: R/subClass_predict.R

subClass_predictR Documentation

Predict sub class query using broad class and subclass classifier (newer version)

Description

The function predicts the query data using the broad class and subclass classifier

Usage

subClass_predict(
  cnProc_broad,
  cnProc_sub,
  expDat,
  nrand = 2,
  weight_broadClass = 1
)

Arguments

cnProc_broad

the cnProc of the broad classifier

expDat

the expression data of query data

nrand

the number of random profiles generate for evaluation process

weight_broadClass

the weight that will be put on the broadclass classification

cnProc_subclass

the cnProc of the subclass classifier

Value

a classification score matrix


pcahan1/cancerCellNet documentation built on July 16, 2022, 12:12 a.m.