showINIPlot {farms}R Documentation

Visualizes the distribution of informative / noninformatives genes

Description

This function visualizes the distribution of informative and uninformative genes of a given instance of exprSet-class which has been summarized by exp.farms, q.farms or l.farms before.

Usage

          showINIplot(object)
          

Arguments

object An instance of exprSet-class.

Value

exprSet-class

See Also

exp.farms, q.farms,l.farms,showINIPlot

Examples

  data(affybatch.example)
  eset <- q.farms(affybatch.example)
  showINIPlot(eset)

[Package farms version 1.2.1 Index]