host_specie


Description

The HostSpecie table represents the identification of the animal species both involved in the extraction of biological material to be sequenced and in the epitope design.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
host_id serial 10 nextval('host_specie_host_id_seq'::regclass)
epitope.host_id epitope_host_id_fkeyR
host_sample.host_id host_sample_host_id_fkeyR
host_sample_view.host_id Implied ConstraintR
host_taxon_id int4 10 null

Host organism species ID from NCBI Taxonomy https://www.ncbi.nlm.nih.gov/taxonomy

host_taxon_name varchar 2147483647 null

Host organism species name from NCBI Taxonomy https://www.ncbi.nlm.nih.gov/taxonomy

Indexes

Constraint Name Type Sort Column(s)
host_specie_pkey Primary key Asc host_id

Relationships