Description Methods See Also Examples
Sub-setting methods were defined for the classes presented
in this package, maiges
, maigesANOVA
,
maigesRaw
and maigesPreRaw
. These methods
create instances of the given class, for a subset of spots and/or
arrays in a batch.
generic method.
x[i, j]
extract object of class
maiges
for spots with indexes i and samples with
indexes j.
x[i, j]
extract object of class
maigesANOVA
for spots with indexes i and samples
with indexes j.
x[i, j]
extract object of class
maigesRaw
for spots with indexes i and arrays with
indexes j.
x[i, j]
extract object of class
maigesPreRaw
for spots with indexes i and arrays with
indexes j.
maiges
, maigesANOVA
,
maigesRaw
and maigesPreRaw
.
1 2 3 4 5 6 7 8 9 | ## Loading the dataset
data(gastro)
gastro[1:10,]
gastro[1,1]
gastro.raw[rep(TRUE, 15),]
gastro.norm[c(1,4,6), c(10, 18)]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.