Description Usage Format Details Examples
A 22,625 x 1386
matrix containing Affymetrix microarray data gathered from the GEO
database for the model orgnaism C. elegans. The matrix was preprared by
running the rma
algorithm on all of the arrays from a particular
experiment (arrays with the same GSE ID in GEO), followed by bias correction using
the biasCorrection
algorithm. Between-array quantile normalization
was not performed, as this tended to degrade the performance of the fastICA algorithm.
1 2 3 4 5 |
A numeric matrix with probesets in rows and arrays in columns.
The original matrix has been split into three pieces in order to comply with
GitHub file size limits; users should combine the three matrices using cbind
to work with the full matrix (see examples).
1 2 3 4 5 6 | ## Not run:
# Combine pieces into single matrix
x = cbind(GPL200.arrays.1_to_500, GPL200.arrays.501_to_1000,
GPL200.arrays.1001_to_1386)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.