Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


SMITE (version 1.0.2)

extractExpression: View the expression data stored in a PvalueAnnotation

Description

This function allows the user to see the effect and p-value data that was loaded into a PvalueAnnotation before performing downstream analysis.

Usage

extractExpression(pvalue_annotation)

Arguments

pvalue_annotation
An S4 object of class PvalueAnnotation for which expression data has already been loaded via annotateExpression

Value

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.

See Also

annotateExpression

Examples

Run this code
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))


Run the code above in your browser using DataLab