View source: R/extractFactors.r
| extractFactors | R Documentation |
ArrayData factorsExtracts the factors, given by an ArrayData object, that can be used
by diffExp
extractFactors(arrayData)
arrayData |
an |
A list with elements:
factors |
Assigns one factor to each array |
uniqueFactors |
The unique factors that can be used to form contrasts |
Leif Varemo piano.rpkg@gmail.com and Intawat Nookaew piano.rpkg@gmail.com
piano, diffExp
# Get path to example data and setup files:
dataPath <- system.file("extdata", package="piano")
# Load normalized data:
myArrayData <- loadMAdata(datadir=dataPath, dataNorm="norm_data.txt.gz", platform="yeast2")
#Extract the factors that can be used in the call to diffExp:
extractFactors(myArrayData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.