RankingBstat-methods {GeneSelector}R Documentation

Ranking based on the B-statistic.

Description

The B-statistic was motivated in a bayesian framework described by Lonnstedt and Speed. It is implemented in the package sma, the function is just a wrapper.

Methods

The input (gene expression and class labels) can be given in three different ways:

x = "matrix", y = "numeric"
signature 1
x = "matrix", y = "factor"
signature 2
x = "ExpressionSet", y = "character"
signature 3

For further argument and output information, consult RankingBstat.


[Package GeneSelector version 1.4.0 Index]