Description Usage Arguments Details Value Note Author(s) See Also
This step adds external sequences, i.e. sequences that were not retrieved from GenBank with stepB
, to the postgreSQL database table "acc_*"
(where * is the SQL-compatible name of the locus). Cannot be called before stepB
.
1 |
x |
an object of class |
dna |
a list of class |
tag |
a character string to tag the sequences in the database table. |
overwrite |
logical, indicating if existing sequences in the database should be overwritten. |
It is important that the names of the sequences in DNA
conform to the pattern "Genus_species_ID"
. The occurance of a underscore inside the strings "Genus"
, "species"
, and "ID"
is illegal, but letters, numbers and hyphens are allowed.
None. stepBX
is called for its side effects: (1) strings of DNA sequences with attribute data are stored in a pgSQL database; (2) a log file is written to the current working directory.
The function is under development and the results should always be checked.
Christoph Heibl
megapteraProj
; stepB
for the preceeding and stepC
for the subsequent step.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.