getSamplesFromDB {maDB} | R Documentation |
getSamplesFromDB
This function lists all samples that are stored into a database with the publishToDB
function, or lists all samples that match the pattern submitted.
getSamplesFromDB(Con,table.name="samples",pattern)
Con |
A connection object (create it with the dbConnect.PgSQL.conn function from the package RdbiPgSQL) |
table.name |
The same of the table that contains the information about the samples. |
pattern |
A pattern that can be used to search for in all columns of the table. |
This function returns a table with all samples stored in the database, or searches for those entries, that correspond to the pattern submitted.
Johannes Rainer
publishToDB
dbConnect
EexprSet-class