getSamplesFromDB {maDB}R Documentation

Lists all or only specified samples from the database.

Description

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.

Usage

getSamplesFromDB(Con,table.name="samples",pattern)

Arguments

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.

Details

This function returns a table with all samples stored in the database, or searches for those entries, that correspond to the pattern submitted.

Author(s)

Johannes Rainer

References

See Also

publishToDB dbConnect EexprSet-class


[Package maDB version 1.2.0 Index]