Description Usage Arguments Value Author(s) See Also Examples
This function allows the user to see the effect and p-value data that was loaded into a PvalueAnnotation before performing downstream analysis.
1 | extractExpression(pvalue_annotation)
|
pvalue_annotation |
An S4 object of class PvalueAnnotation for which expression data has already been loaded via annotateExpression |
A data.frame pulled from the phenoData of the expression slot within a load PvalueAnnotation. The phenoData specifically hold the effect and p-value information.
N. Ari Wijetunga
annotateExpression
1 2 3 4 5 6 7 8 9 10 | data(test_annotation_score_data)
data(curated_expressiondata)
## Load Expression data into PvalueAnnotation ##
test_annotation<-annotateExpression(test_annotation, expression_curated)
## Extract entire ExpressionSet with expression data ##
#slot(test_annotation,"expression")
## Extract expression data summary ##
head(extractExpression(pvalue_annotation=test_annotation))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.