MisclassificationEstimate: RNA-Seq classifier evaluation to assesse the performance of...

Description Usage Arguments Value Author(s)

View source: R/misclassification_estimate.R

Description

this script to evaluate and assesse the performance of the RNA-Seq classifier by Random sampling (random partitioning) estimation of the misclassification rate.

Usage

1
2
3
4
5
6
7
MisclassificationEstimate(
  dataset,
  iteration,
  classifier,
  permute = FALSE,
  stratifiedPermutation = FALSE
)

Arguments

dataset

an object of class DataTableWithTrainTestSets

iteration

current iteration number (the MisclassificationEstimate function is typically called iteratively) and it called number of resampling.

classifier

is a type of the classifier.

permute=FALSE

if TRUE, permute the calss labels to measure misclassifciation rate without relevant training

Value

Author(s)

Mustafa ABUELQUMSAN and Jacques van Helden


elqumsan/RNAseqMVA documentation built on March 10, 2021, 8:10 a.m.