| exp_dataset {explorase} | R Documentation |
Get experimental data of the specified type out of exploRase
exp_dataset(ent_type = exp_entityType())
ent_type |
the entity type ("gene", "met", ...) of the data |
Right now this returns the actual GGobi dataset, for the sake of efficiency, but after we move to a data.frame implementation of GGobiData, this will return a frame, so that the dataset cannot be modified
a GGobi dataset, see rggobi documentation.
Michael Lawrence <lawremi@iastate.edu>