Learn R Programming

MBCB (version 1.26.0)

mbcb.gui: MBCB - Model-Based Background Correction for Illumina Beadarray

Description

This file provides the Graphical-User-Interface for the MBCB package.

Usage

mbcb.gui()

Arguments

Value

This GUI will allow you to easily input data files and a negative-control file and will output a log2-transformed background-corrected file.

See Also

mbcb.main

Examples

Run this code
  data(MBCBExpressionData)

  #create files from the data provided in this package in the current directory
  write.table(expressionSignal, 'signal.txt', sep="\t");
  write.table(negativeControl, 'negative.control.txt', sep="\t");

  #open the GUI; you can use the files just created as input for the signal and
  #   negative control files.
  mbcb.gui();

Run the code above in your browser using DataLab