Description Usage Arguments Value Probe types Examples
Convert S4 microarray data structures into a three-dimensional array of matrices, where each matrix corresponds to an individual sample's microarray with values arranged to reflect the physical position of the corresponding feature (i.e., probe) on the microarray surface.
1 2 3 4 5 6 7 8 9 10 11 12 13 | marray(object, type = NULL, select = NULL, transpose = NULL)
## S4 method for signature 'AffyBatch'
marray(object, type = "pm", select = NULL, transpose = FALSE)
## S4 method for signature 'PLMset'
marray(object, type = "residuals", select = NULL, transpose = FALSE)
## S4 method for signature 'FeatureSet'
marray(object, type = "pm", select = NULL, transpose = FALSE)
## S4 method for signature 'oligoPLM'
marray(object, type = "residuals", select = NULL, transpose = FALSE)
|
object |
a valid Bioconductor microarray data structure |
type |
for microarray objects |
select |
a numeric, character or logical vector indicating samples to include |
transpose |
|
three-dimensional array
For microarray data structures the type
argument determines the
type of probe that should be included. The following table provides a
list of valid values for each supported microarray class:
AffyBatch
| "all" | "pm" | "mm" | - |
ExpressionFeatureSet
| "all" | "pm" | "mm" | - |
GeneFeatureSet
| "all" | "pm" | - | "bg" |
ExonFeatureSet
| "all" | "pm" | "mm" | "bg" |
SnpFeatureSet
| "all" | "pm" | "mm" | - |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.