Description Usage Value Note Author(s) See Also Examples
This file provides the Graphical-User-Interface for the MBCB package.
1 | mbcb.gui()
|
This GUI will allow you to easily input data files and a negative-control file and will output a log2-transformed background-corrected file.
The input files should be tab-delimited files in the following form:
signal.txt
1 2 3 4 |
neg-con.txt
1 2 3 4 |
Note that both of these examples come from a test involving four trials. Your data could use whatever number you'd like.
Yang Xie Yang.Xie@UTSouthwestern.edu, Min Chen min.chen@phd.mccombs.utexas.edu, Jeff Allen Jeffrey.Allen@UTSouthwestern.edu
1 2 3 4 5 6 7 8 9 | 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();
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.