Description Usage Arguments Value Author(s) See Also Examples
View source: R/extractFactors.r
Extracts the factors, given by an ArrayData
object, that can be used
by diffExp
1 | 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
1 2 3 4 5 6 7 8 | # 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.