dbGetExperimentInfo {maDB} | R Documentation |
dbGetExperimentInfo
lists all experiments that are stored in the maDB database, or returns informations from a particular experiment. Refer to the package vignette for furhter informations or examples (vignette can be opened using the openMadbVignette
function).
dbGetExperimentInfo(Con,exp.title)
Con |
The connection to the maDB database (created using the dbConnect function from the RdbiPgSQL function). |
exp.title |
The experiment title (name) from the experiment which properties should be listet. If nothing is submitted a list with all experiments that are stored in the database is displayed. |
This function collects information about the specified experiment (database) by joining several database tables. A table is returned, that contains all primary keys or foreign keys with wich all data can be accessed for the particular experiment from the various tables. This tables are:
Johannes Rainer
dbGetAnnotation
publishToDB
dbGetComparisons
MadbSet-class