locus-class: Class "locus"
Description
Class for genetic input parameters for megapteraProj
.
Objects from the Class
Objects can be created by calls of the form locus(..., not, search.fields = c("gene", "title"))
.Slots
- sql
-
a vector of mode
character
holding a SQL-compatible transformation of the first alias for naming database tables.
- aliases
-
a vector of mode
character
giving strings that should be seached for; the first element is taken to name the corresponding postgreSQL tables.
- not
-
a vector of mode
character
giving strings that should be excluded from the search results; corresponds to the use of NOT
in GenBank query.
- search.fields
-
a vector of mode
character
setting the search fields (or attributes) of the Nucleotide database to be searched for the strings specified via the ... argument.