dbGetExperimentInfo {maDB} | R Documentation |
dbGetExperimentInfo
This function lists all experiments that are stored into a database with the publishToDB
function, or lists all properties from a particular experiment.
dbGetExperimentInfo(Con,exp.title)
Con |
A connection object (create it with the dbConnect.PgSQL.conn function from the package RdbiPgSQL) |
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 over all tables and lists this information. A table is returned, that contains all primary keys or foreign keys with wich all data can be retrieved for the particular experiment from the various tables. This tables are:
Johannes Rainer
dbGetAnnotation
publishToDB
EexprSet-class