Description Usage Arguments Value Author(s) Examples
View source: R/NormalizeARRm.R
If a vector of sample names of the form "6793856729_R03C02" is given, the function builds a data frame containing chip and position indices for the samples. If no samples names are provided by the user but explicit postion and chip vectors are provided, the data frame is built with these explicit indices.
1 | getDesignInfo(sampleNames = NULL, chipVector = NULL, positionVector = NULL)
|
sampleNames |
Names of the samples of the form "6793856729_R03C02" (Chip ID, Row, Column) |
chipVector |
Numeric vector of chip indices (one chip contains 12 samples) |
positionVector |
Numeric vector of on-chip position indices (between 1 and 12) |
A data.frame
containing a column named chipInfo
containing the chip indices, a column named positionInfo
containing the position indices, and a column sampleNames
if sample names were provided.
Jean-Philippe Fortin <jfortin@jhsph.edu>
1 2 | data(sampleNames)
getDesignInfo(sampleNames)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.