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)
27 rows where Is_annotated = 1, Is_protein_coding_sequence = 1 and Species_name = "Thermotoga neapolitana"
This data as json, CSV (advanced)
These facets timed out: Sequence_status, Is_protein_coding_sequence, Is_annotated, Species_name
| Sequence_accession_number ▼ | Species_name | GC_content | Sequence_length | Sequence_status | Is_protein_coding_sequence | Is_annotated |
|---|---|---|---|---|---|---|
| AX428956 | Thermotoga neapolitana | 49.6649916247906 | 1194.0 | observed | 1 | 1 |
| AX936045 | Thermotoga neapolitana | 46.5648854961832 | 1310.0 | observed | 1 | 1 |
| DD143243 | Thermotoga neapolitana | 64.0449438202247 | 1335.0 | observed | 1 | 1 |
| GN095996 | Thermotoga neapolitana | 46.723044397463 | 1419.0 | observed | 1 | 1 |
| GN102219 | Thermotoga neapolitana | 51.2437810945274 | 1407.0 | observed | 1 | 1 |
| HB443700 | Thermotoga neapolitana | 46.7268623024831 | 1329.0 | observed | 1 | 1 |
| HB952806 | Thermotoga neapolitana | 48.9028213166144 | 957.0 | observed | 1 | 1 |
| HB971228 | Thermotoga neapolitana | 48.6531986531987 | 594.0 | observed | 1 | 1 |
| HB973148 | Thermotoga neapolitana | 49.2134831460674 | 1335.0 | observed | 1 | 1 |
| HC497515 | Thermotoga neapolitana | 45.8521870286576 | 663.0 | observed | 1 | 1 |
| HI070972 | Thermotoga neapolitana | 52.2494887525562 | 978.0 | observed | 1 | 1 |
| HV037170 | Thermotoga neapolitana | 52.6584867075665 | 978.0 | observed | 1 | 1 |
| HV192769 | Thermotoga neapolitana | 48.6756621689155 | 2001.0 | observed | 1 | 1 |
| HV445101 | Thermotoga neapolitana | 48.8389513108614 | 1335.0 | observed | 1 | 1 |
| HV699529 | Thermotoga neapolitana | 52.6584867075665 | 978.0 | observed | 1 | 1 |
| HV699530 | Thermotoga neapolitana | 52.6584867075665 | 978.0 | observed | 1 | 1 |
| HV699531 | Thermotoga neapolitana | 52.6584867075665 | 978.0 | observed | 1 | 1 |
| HV699532 | Thermotoga neapolitana | 52.6584867075665 | 978.0 | observed | 1 | 1 |
| HV699555 | Thermotoga neapolitana | 53.1697341513293 | 978.0 | observed | 1 | 1 |
| LG072700 | Thermotoga neapolitana | 50.972501676727 | 1491.0 | observed | 1 | 1 |
| LG072701 | Thermotoga neapolitana | 51.0395707578806 | 1491.0 | observed | 1 | 1 |
| LG072702 | Thermotoga neapolitana | 51.0395707578806 | 1491.0 | observed | 1 | 1 |
| LG072703 | Thermotoga neapolitana | 51.0395707578806 | 1491.0 | observed | 1 | 1 |
| LG072704 | Thermotoga neapolitana | 51.0395707578806 | 1491.0 | observed | 1 | 1 |
| LP996672 | Thermotoga neapolitana | 43.6704119850187 | 1335.0 | observed | 1 | 1 |
| LP998411 | Thermotoga neapolitana | 43.6704119850187 | 1335.0 | observed | 1 | 1 |
| LQ316110 | Thermotoga neapolitana | 46.6113416320885 | 1446.0 | observed | 1 | 1 |
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)
);