exp_dataset {explorase}R Documentation

Get experimental data

Description

Get experimental data of the specified type out of exploRase

Usage

exp_dataset(ent_type = exp_entityType())
exp_dataFrame(ent_type = exp_entityType())

Arguments

ent_type

the entity type ("gene", "met", ...) of the data

Details

The result of exp_dataset allows one to directly manipulate the GGobi dataset. If only a data.frame is required, exp_dataFrame is a more convenient path.

Value

For exp_dataset, a GGobi dataset, see rggobi documentation. For exp_dataFrame, a data.frame coerced from the result of exp_dataset.

Author(s)

Michael Lawrence <mflawren@fhcrc.org>


[Package explorase version 1.53.0 Index]