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)
24 rows where Is_annotated = 1, Is_protein_coding_sequence = 1 and Species_name = "Aeropyrum pernix k1"
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 |
|---|---|---|---|---|---|---|
| CS302306 | Aeropyrum pernix k1 | 56.9958847736626 | 972.0 | observed | 1 | 1 |
| DD280741 | Aeropyrum pernix k1 | 62.1904761904762 | 1050.0 | observed | 1 | 1 |
| DD280742 | Aeropyrum pernix k1 | 62.4031007751938 | 1032.0 | observed | 1 | 1 |
| DD280743 | Aeropyrum pernix k1 | 55.3784860557769 | 753.0 | observed | 1 | 1 |
| FB791735 | Aeropyrum pernix k1 | 60.4575163398693 | 918.0 | observed | 1 | 1 |
| GN097522 | Aeropyrum pernix k1 | 58.213058419244 | 1455.0 | observed | 1 | 1 |
| GN101039 | Aeropyrum pernix k1 | 57.1221981200289 | 1383.0 | observed | 1 | 1 |
| GN119680 | Aeropyrum pernix k1 | 57.8109452736318 | 2010.0 | observed | 1 | 1 |
| HB903665 | Aeropyrum pernix k1 | 48.0519480519481 | 1617.0 | observed | 1 | 1 |
| HB904291 | Aeropyrum pernix k1 | 53.9267015706806 | 1146.0 | observed | 1 | 1 |
| HB912913 | Aeropyrum pernix k1 | 66.2857142857143 | 1050.0 | observed | 1 | 1 |
| HB920484 | Aeropyrum pernix k1 | 58.1904761904762 | 1050.0 | observed | 1 | 1 |
| HB920486 | Aeropyrum pernix k1 | 57.8680203045685 | 1182.0 | observed | 1 | 1 |
| HB928082 | Aeropyrum pernix k1 | 52.4886877828054 | 663.0 | observed | 1 | 1 |
| HB935273 | Aeropyrum pernix k1 | 50.8333333333333 | 3000.0 | observed | 1 | 1 |
| HB936147 | Aeropyrum pernix k1 | 60.1333333333333 | 750.0 | observed | 1 | 1 |
| HB937670 | Aeropyrum pernix k1 | 65.0666666666667 | 750.0 | observed | 1 | 1 |
| HB939472 | Aeropyrum pernix k1 | 57.979797979798 | 1980.0 | observed | 1 | 1 |
| HB958180 | Aeropyrum pernix k1 | 58.5321100917431 | 1635.0 | observed | 1 | 1 |
| HB967752 | Aeropyrum pernix k1 | 59.4202898550725 | 1311.0 | observed | 1 | 1 |
| HB969798 | Aeropyrum pernix k1 | 51.3011152416357 | 807.0 | observed | 1 | 1 |
| HC904831 | Aeropyrum pernix k1 | 52.2281639928699 | 1122.0 | observed | 1 | 1 |
| HH769256 | Aeropyrum pernix k1 | 56.7619047619048 | 2100.0 | observed | 1 | 1 |
| LF947179 | Aeropyrum pernix k1 | 63.3686690223793 | 849.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)
);