g3 | R Documentation |
This is a small toy example providing expression values for 5 genes and three samples from Olga Vitek. It is used to compare euclidean and correlation distances and the effect/importance of scaling.
g3
An object of class matrix
(inherits from array
) with 3 rows and 5 columns.
data(g3) g3 matplot(t(g3), type = "b", xlab = "Samples", ylab = "Expression")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.