plfMA {plfMA} | R Documentation |
A function to launch the plfMA GUI.
Description
A function to launch the plfMA GUI.
Usage
plfMA(h,gtype,...)
Arguments
h |
Data matrix, data frame, RGList, MAList or Empty |
gtype |
Graph type or Empty if h is empty |
... |
Other arguments for h object or Empty |
Details
Once the package is loaded with library function, the GUI can be launced using this function.
Author(s)
Dhammapal Bharne & Vaibhav Vindal, Department of Biotechnology and Bioinformatics, School of Life Sciences, University of Hyderabad, Hyderabad, Telangana, India.
Examples
x<-matrix(1:60,ncol=6)
plfMA(x,gtype="heatmap")
[Package plfMA version 2.0 Index]