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

Description Usage Arguments Author(s)

Description

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

Usage

1
2
MisclassificationEstimate(countTable, classes, trainingProportion = 2/3,
  classifier = "knn", verbose = FALSE, k = 3)

Arguments

countTable

this data frame for RNA-Seq data which contains one row for indiviual and one column for variable

classes

such is vector for our case for classes,

k

is number of neighbours passed to classifier

trainingproportion

is the ratio of the training suset from the whole data set

calssfier

is specie of the classifier

Author(s)

Jacques van Helden and Mustafa ABUELQUMSAN


jvanheld/RNAseqMVA documentation built on May 30, 2019, 4:36 p.m.