Description Usage Arguments Value Examples
Eport the data from a proFIAset object as an ExpressionSet
object
from the Biobase
package package.
1 2 3 4 | ## S4 method for signature 'proFIAset'
exportExpressionSet(object, colgroup = c("mzMed",
"scanMin", "scanMax", "nPeaks", "corSampPeakMean",
"signalOverSolventRatioMean", "timeShifted", "signalOverSolventPvalueMean"))
|
object |
A proFIAset object. |
colgroup |
Labels corresponding to the column names of the group table. |
An ExpressionSet
object from the Biobase
package
1 2 3 4 5 | if(require("plasFIA")&require("Biobase")){
data(plasSet)
eset<-exportExpressionSet(plasSet)
eset
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.