Description Usage Arguments Details Value Author(s) See Also
Functions loading and retrieving Bioconductor ExpressionSet objects to and from exploRase.
1 2 3 4 | exp_loadExpressionSet(exprset, type = exp_entityType())
exp_phenoData(type = exp_entityType())
exp_featureData(type = exp_entityType())
exp_expressionSet(type = exp_entityType())
|
exprset |
The |
type |
The type of the biological entity (e.g. gene). |
To load a ExpressionSet
instance into exploRase, call
exp_loadExpressionSet
.
The function exp_expressionSet
retrieves the
ExpressionSet
representing the data stored in exploRase for the
given entity type. exp_phenoData
and exp_featureData
retrieve only the phenoData
and featureData
components,
respectively.
For exp_expressionSet
, an ExpressionSet
.
For exp_phenoData
, an AnnotatedDataFrame
representing
the phenotype data (i.e. experimental design, see
exp_designFrame
).
For exp_featureData
, an AnnotatedDataFrame
representing
the feature annotations (i.e. the entity info, see
exp_entityFrame
).
Michael Lawrence
explorase
for loading data and starting
exploRase in one call. exp_designFrame
, exp_entityFrame
,
exp_dataset
, etc for retrieving data from exploRase.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.