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)
14 rows where Is_annotated = 1, Is_protein_coding_sequence = 1 and Species_name = "Thraustochytrium sp."
This data as json, CSV (advanced)
Suggested facets: GC_content, Sequence_length
Species_name 1
- Thraustochytrium sp. · 14 ✖
Sequence_status 1
- observed 14
Is_protein_coding_sequence 1
- 1 · 14 ✖
Is_annotated 1
- 1 · 14 ✖
Sequence_accession_number ▼ | Species_name | GC_content | Sequence_length | Sequence_status | Is_protein_coding_sequence | Is_annotated |
---|---|---|---|---|---|---|
CS486275 | Thraustochytrium sp. | 61.7571059431525 | 1548.0 | observed | 1 | 1 |
CS721357 | Thraustochytrium sp. | 63.7820512820513 | 1560.0 | observed | 1 | 1 |
CS721359 | Thraustochytrium sp. | 64.1025641025641 | 1560.0 | observed | 1 | 1 |
CS721406 | Thraustochytrium sp. | 58.604091456077 | 831.0 | observed | 1 | 1 |
HC055552 | Thraustochytrium sp. | 63.5897435897436 | 1560.0 | observed | 1 | 1 |
HI929488 | Thraustochytrium sp. | 48.3333333333333 | 1560.0 | observed | 1 | 1 |
HV098428 | Thraustochytrium sp. | 63.525641025641 | 1560.0 | observed | 1 | 1 |
HV098429 | Thraustochytrium sp. | 64.1666666666667 | 1320.0 | observed | 1 | 1 |
HV338477 | Thraustochytrium sp. | 58.4837545126354 | 831.0 | observed | 1 | 1 |
HZ783403 | Thraustochytrium sp. | 48.3333333333333 | 1320.0 | observed | 1 | 1 |
HZ783405 | Thraustochytrium sp. | 48.6538461538462 | 1560.0 | observed | 1 | 1 |
JC051732 | Thraustochytrium sp. | 47.4242424242424 | 1320.0 | observed | 1 | 1 |
JC051744 | Thraustochytrium sp. | 47.3076923076923 | 1560.0 | observed | 1 | 1 |
MB454758 | Thraustochytrium sp. | 59.0909090909091 | 1320.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) );