head,omics_array-method | R Documentation |
Overview of a omics_array object.
## S4 method for signature 'omics_array'
head(x, ...)
x |
an object of class 'omics_array'. |
... |
additional parameters |
Gives an overview.
Gives an overview.
Bertrand Frederic, Myriam Maumy-Bertrand.
if(require(CascadeData)){
data(micro_US)
micro_US<-as.omics_array(micro_US,time=c(60,90,210,390),subject=6)
head(micro_US)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.