Department of Bioinformatics and Computational Biology

Home > Public Software > MBatch

MBatch

hidden rowfor table layout
Overview
DescriptionR package to help assess and correct for batch effects.
Development Information
GitHub MD-Anderson-Bioinformatics/BatchEffectsPackage
LanguageR
LicenseGPL (>=2)
StatusActive
Help and Support
Contact Rehan Akbani 
Discussion Issues On GitHub 

MBatch

MBatch is a statistical tool that analyzes for the presence of Batch Effects in data. This tool was used to generate the data visualized in the TCGA Batch Effects website.

To download the R package:

DOWNLOAD MBATCH

To see MBatch applied to TCGA data:

LAUNCH TCGA BATCH EFFECTS WEBSITE

Help

From the R command line

help(package="MBatch")

Will list the description and the exposed functions and classes for this package.

With the package loaded, ?methodname will get the help for a method and class?classname will get the help for a class.