Description Usage Arguments Value Author(s) References See Also Examples
View source: R/GenomeGraphs-classes.R
Creates an object of class Generic Array representing microarray data. This could be gene expression, array CGH, etc.
1 | makeGenericArray(intensity, probeStart, probeEnd, trackOverlay, dp = NULL)
|
intensity |
Matrix of intensities, probes in the rows, samples in the columns |
probeStart |
Vector of start positions for the probes |
probeEnd |
Vector of end positions for probes (optional) |
trackOverlay |
Object of class TrackOverlay, needs to be added if overlays should be plotted as well |
dp |
Object of class DisplayPars which handles the display parameters for plotting |
Object of class GenericArray
Jim Bullard and Steffen Durinck
BMC bioinformatics 2009
gdPlot
1 | showClass("GenericArray")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.