GeneX Development Supported By
|
GeneX-2.0 DB: BlastHits Table
|
GeneX-2.0 DB: BlastHits Table
|
| Table Type | Inherits | Comment |
| DATA | none | The BlastHits table allows any number of blast results to be associated with a given Reporter. |
| Column Information |
| Column Name | Full Name | Data Type | Not NULL | Comment |
| bh_pk | Accession Number | serial | false | |
| expect_value | Expectation Value | float | true | ??will probably have to be based on log(E), since these values can be very tiny... |
| match_accession | Match Accession | char128 | true | |
| rep_fk | Sequence Feature | int | true | |
| Primary Key Information |
| Column Name |
| bh_pk |
| Foreign Key Information |
| Column Name | Foreign Table | Primary Key in Foreign Table | Foreign Key Type |
| rep_fk | Reporter | rep_pk | MANY_TO_ONE |
| Unique Column Information |
| Column Names |
| match_accession rep_fk |
| Index Information |
| Name | Column Name |
| rep_fk | blasthits_rep_fk |
|