Description Usage Arguments Details Note Author(s) See Also
Creates a line plot of probe intensities for a probeset for the selected device.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
x |
object of class |
unitID |
unit ID of probeset with type of ID determined by parameter |
unittype |
|
which |
type of probes to be used, for details see |
transfo |
a valid function to transform the data, usually “log2”, or “0”. |
names |
optional vector of sample names. |
ylim |
range for the plotted y values. |
col |
color to use for the different samples. |
lty |
line types to use for the different samples. |
add.legend |
logical, if TRUE a legend of sample names will be drawn. Optionally, a character indicating the position of the legend, default is “topleft”. |
dev |
graphics device to plot to, i.e. one of “screen”, “jpeg”,“png”, “pdf” or “ps”. |
outfile |
the name of the output file. |
w |
the width of the device in pixels. |
h |
the height of the device in pixels. |
... |
optional arguments to be passed to |
Produces line plots of the probe intensities for probeset unitID. Probe intensities are
taken from slot data.
For names=NULL full column names of slot data will be displayed while for
names="namepart" column names will be displayed without name extension. If names
is a vector of column names, line plots of probe intensities will only be drawn for these columns.
Data must first be attached to class DataTreeSet using method attachInten.
Furthermore, unit names must be attached using method attachUnitNames.
Christian Stratowa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.