getTothillSubtypes: Get Ovarian Cancer Subtypes (as defined by Tothill et al....

Description Usage Arguments Details Examples

Description

Classifies gene expression samples into subtypes using the classification scheme described by Tothill et al. (2008).

Usage

1

Arguments

eset

An ExpressionSet object to be classified.

gene.mapping

The gene mapping of the given ExpressionSet, which will be used as features for the DLDA classifier: "Entrez.ID" (default) or "Probe.ID"

Details

Trains an diagonal linear discriminant analysis (DLDA) classifer on the Tothill dataset. Class labels for the training data are from Supplementary Table 1, and Entrez IDs and probe sets reported in their Supplementary Table 2 of the original study. The DLDA is trained on the common Entrez IDs or probe sets between the list from the supplementary text, the train data, and the provided ExpressionSet.

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (eset) 
{
  }

bhklab/MetaGx documentation built on May 12, 2019, 8:25 p.m.