Learn R Programming

explorase (version 1.36.0)

exp_dataset: 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

Value

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

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.