Description Usage Arguments Details Value Author(s) See Also Examples
Retrieve the first or last parts of an RGList, MAList, EListRaw, EList, MArrayLM or TestResults object.
| 1 2 3 4 | 
| x | an object of class  | 
| n | a single integer.
If positive or zero, number rows of resulting object.
If negative, all but the  | 
| ... | other arguments are not currently used. | 
head (tail) returns the first (last) n rows when n >= 0 or all but the last (first) n rows when n < 0.
An object like x but generally with fewer rows.
Gordon Smyth
head in the utils package.
02.Classes gives an overview of data classes used in LIMMA.
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.