nd_reagent

0 rows


Description

A reagent such as a primer, an enzyme, an adapter oligo, a linker oligo. Reagents are used in genotyping experiments, or in any other kind of experiment.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
nd_reagent_id serial 10 nextval('nd_reagent_nd_reagent_id_seq'::regclass)
nd_protocol_reagent.reagent_id nd_protocol_reagent_reagent_id_fkey C
nd_reagent_relationship.object_reagent_id nd_reagent_relationship_object_reagent_id_fkey C
nd_reagent_relationship.subject_reagent_id nd_reagent_relationship_subject_reagent_id_fkey C
nd_reagentprop.nd_reagent_id nd_reagentprop_nd_reagent_id_fkey C
name varchar 80 null

The name of the reagent. The name should be unique for a given type.

type_id int4 10 null
cvterm.cvterm_id nd_reagent_type_id_fkey C

The type of the reagent, for example linker oligomer, or forward primer.

feature_id int4 10 null
feature.feature_id Implied Constraint R

If the reagent is a primer, the feature that it corresponds to. More generally, the corresponding feature for any reagent that has a sequence that maps to another sequence.

Indexes

Constraint Name Type Sort Column(s)
nd_reagent_pkey Primary key Asc nd_reagent_id

Relationships