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)
15 rows where Is_protein_coding_sequence = 1, Sequence_length = "273.0" and Species_name = "Physeter macrocephalus"
This data as json, CSV (advanced)
These facets timed out: Sequence_status, Is_protein_coding_sequence, Is_annotated
Species_name 1
- Physeter macrocephalus · 15 ✖
| Sequence_accession_number ▼ | Species_name | GC_content | Sequence_length | Sequence_status | Is_protein_coding_sequence | Is_annotated |
|---|---|---|---|---|---|---|
| LF449454 | Physeter macrocephalus | 65.9340659340659 | 273.0 | predicted | 1 | 1 |
| LF460327 | Physeter macrocephalus | 60.4395604395604 | 273.0 | predicted | 1 | 1 |
| LF468115 | Physeter macrocephalus | 56.7765567765568 | 273.0 | predicted | 1 | 1 |
| LF484852 | Physeter macrocephalus | 54.2124542124542 | 273.0 | predicted | 1 | 1 |
| LF495725 | Physeter macrocephalus | 48.3516483516484 | 273.0 | predicted | 1 | 1 |
| LF503513 | Physeter macrocephalus | 43.2234432234432 | 273.0 | predicted | 1 | 1 |
| LF520250 | Physeter macrocephalus | 67.3992673992674 | 273.0 | predicted | 1 | 1 |
| LF531123 | Physeter macrocephalus | 58.6080586080586 | 273.0 | predicted | 1 | 1 |
| LF538911 | Physeter macrocephalus | 55.3113553113553 | 273.0 | predicted | 1 | 1 |
| LF555648 | Physeter macrocephalus | 58.2417582417582 | 273.0 | predicted | 1 | 1 |
| LF566521 | Physeter macrocephalus | 50.9157509157509 | 273.0 | predicted | 1 | 1 |
| LF574309 | Physeter macrocephalus | 45.7875457875458 | 273.0 | predicted | 1 | 1 |
| LF591046 | Physeter macrocephalus | 53.8461538461538 | 273.0 | predicted | 1 | 1 |
| LF601919 | Physeter macrocephalus | 48.3516483516484 | 273.0 | predicted | 1 | 1 |
| LF609707 | Physeter macrocephalus | 42.8571428571428 | 273.0 | predicted | 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)
);