This function creates a small example gene expression data set with 110 genes as rows and 40 samples as columns.
1 | blocks()
|
1 2 3 4 5 6 7 8 | ## Not run:
tmp = blocks() # Contains the 110x40-matrix X and 40-vectors y1,y2,y3
X = tmp$X
y1 = tmp$y1 # Additional information track for the columns
y2 = tmp$y2 # Additional information track for the columns
y3 = tmp$y3 # Additional information track for the columns
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.