explorase {explorase} | R Documentation |
The main function of exploRase, normally invoked without arguments, unless one already has data/metadata in the R session to load.
explorase(exp_data = NULL, entity_info = NULL, design_info = NULL, type = "gene", network = NULL, entity_lists = NULL, gobi = ggobi_get(), quit_on_exit = F)
exp_data |
Experimental data to load |
entity_info |
Entity metadata to load |
design_info |
Experimental design information to load |
type |
The entity type of the data being loaded |
network |
A Bioconductor "graph" to load (not yet implemented) |
entity_lists |
A list of entity lists to load |
gobi |
The GGobi session to use |
quit_on_exit |
Whether R should quit when exploRase is exited |
Michael Lawrence