plotINIcalls {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

          plotINIcalls(object)
          

Arguments

object An instance of exprSet-class.

Value

exprSet-class

See Also

exp.farms, q.farms,l.farms,plotINIcalls

Examples

  data(affybatch.example) 
  eset <- exp.farms(affybatch.example, bgcorrect.method = "rma", pmcorrect.method = "pmonly", normalize.method = "constant")
  eset2 <- INIcalls(eset) 
  exprs(eset2) 
  inf_genes <- propINIcalls(eset) 
  cat(paste(inf_genes, " percentage of the genes are informative", sep = " ")) 
  plotINIcalls(eset) 

[Package farms version 1.2.2 Index]