Description Usage Arguments Details Value References See Also
Sets the connection parameters for a PostgreSQL database and, as a side effect, creates the database, if it does not yet exist.
1 | dbPars(host = "localhost", port = 5432, dbname, user = "postgres", password)
|
host |
A vector of mode |
port |
Numeric, giving the port number, most often |
dbname |
A vector of mode |
user |
A vector of mode |
password |
A vector of mode |
megaptera stores all data internally in a PostgreSQL
database. Therefore, dbPars
represents the first step in setting up a megaptera
project pipeline. See dbConnect
and
PostgreSQL
for further details about the connection
parameters and procedure.
An object of class dbPars
.
See the documentation at the PostgreSQL Web site http://www.postgresql.org for details.
dbPars
for the class' description;
taxon
, locus
, and megapteraPars
for defining of taxa, loci, and the pipeline's parameters, respectively;
and megapteraProj
for the bundling of input data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.