Marine_Sequences
Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT
- Sequence_accession_number
- Unique identifier for the genetic sequence as specified in INSDC databases (Primary Key). Searchable
- Species_name
- Species associated with the sequence, linking to the Marine Species table. Searchable
- GC_content
- GC content of the sequence
- Sequence_length
- Length of the sequence
- Sequence_status
- Status of the sequence (e.g., confirmed, predicted)
- Is_protein_coding_sequence
- Indicates if the sequence is protein-coding (1 for yes, 0 for no)
- Is_annotated
- Indicates if the sequence has been annotated (1 for yes, 0 for no)
9 rows where Is_annotated = 0, Is_protein_coding_sequence = 1 and Species_name = "Synechococcus sp. wh 7805"
This data as json, CSV (advanced)
These facets timed out: Is_annotated, Species_name
| Sequence_accession_number ▼ | Species_name | GC_content | Sequence_length | Sequence_status | Is_protein_coding_sequence | Is_annotated |
|---|---|---|---|---|---|---|
| GN096664 | Synechococcus sp. wh 7805 | 57.4647887323944 | 1065.0 | observed | 1 | 0 |
| GN128969 | Synechococcus sp. wh 7805 | 59.0017825311943 | 1122.0 | observed | 1 | 0 |
| GN129637 | Synechococcus sp. wh 7805 | 58.8723051409619 | 1206.0 | observed | 1 | 0 |
| HB440437 | Synechococcus sp. wh 7805 | 61.7529880478088 | 753.0 | observed | 1 | 0 |
| HC499056 | Synechococcus sp. wh 7805 | 62.7760252365931 | 951.0 | observed | 1 | 0 |
| HC499058 | Synechococcus sp. wh 7805 | 58.8652482269504 | 987.0 | observed | 1 | 0 |
| HC499574 | Synechococcus sp. wh 7805 | 55.0218340611354 | 1374.0 | observed | 1 | 0 |
| HC499714 | Synechococcus sp. wh 7805 | 63.2343234323432 | 1515.0 | observed | 1 | 0 |
| HC753454 | Synechococcus sp. wh 7805 | 58.8372093023256 | 1290.0 | observed | 1 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE Marine_Sequences (
Sequence_accession_number TEXT PRIMARY KEY,
Species_name TEXT,
GC_content TEXT,
Sequence_length TEXT,
Sequence_status TEXT,
Is_protein_coding_sequence INTEGER,
Is_annotated INTEGER,
FOREIGN KEY (Species_name) REFERENCES Marine_Species (Species_name),
FOREIGN KEY (Sequence_accession_number) REFERENCES Sequences (Sequence_accession_number)
);