Description Usage Arguments Details Value Author(s) See Also Examples
Generic function dim
to retrieve the number of
rows (genes) and columns (arrays) for classes maigesPreRaw
,
maigesRaw
, maiges
and maigesANOVA
.
1 2 3 4 5 6 7 8 9 10 11 |
x |
an object of class |
This is a function to retrieve the dimensions of the dataset - number of
genes (rows) and samples (columns) studied. Note that the commands
nrow(x)
, ncol(x)
and
commands related with matrix dimensions on also work.
Vector with 2 numbers, the first one is the number of rows (genes) and the second one the number of columns (samples).
modified from the marray
package
dim
in the base package.
1 2 3 4 5 6 7 | ## Loading the dataset
data(gastro)
dim(gastro)
dim(gastro.raw)
dim(gastro.norm)
dim(gastro.summ)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.