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)
23 rows where Species_name = "Cyanobium sp. rs427"
This data as json, CSV (advanced)
Species_name 1
- Cyanobium sp. rs427 · 23 ✖
Sequence_status 1
- predicted 23
Is_protein_coding_sequence 1
- 1 23
Is_annotated 1
- 1 23
Sequence_accession_number ▼ | Species_name | GC_content | Sequence_length | Sequence_status | Is_protein_coding_sequence | Is_annotated |
---|---|---|---|---|---|---|
HI662156 | Cyanobium sp. rs427 | 60.6933333333333 | 1875.0 | predicted | 1 | 1 |
HI662158 | Cyanobium sp. rs427 | 61.525974025974 | 1848.0 | predicted | 1 | 1 |
HI665292 | Cyanobium sp. rs427 | 64.9944258639911 | 897.0 | predicted | 1 | 1 |
HJ398450 | Cyanobium sp. rs427 | 59.4444444444444 | 720.0 | predicted | 1 | 1 |
HK422409 | Cyanobium sp. rs427 | 64.4970414201184 | 1521.0 | predicted | 1 | 1 |
HK425723 | Cyanobium sp. rs427 | 64.8508430609598 | 771.0 | predicted | 1 | 1 |
HK426614 | Cyanobium sp. rs427 | 60.5355884425652 | 1419.0 | predicted | 1 | 1 |
HK689312 | Cyanobium sp. rs427 | 67.4509803921569 | 255.0 | predicted | 1 | 1 |
HK689329 | Cyanobium sp. rs427 | 59.7507036590269 | 2487.0 | predicted | 1 | 1 |
HK689340 | Cyanobium sp. rs427 | 63.2984901277584 | 1722.0 | predicted | 1 | 1 |
HK689342 | Cyanobium sp. rs427 | 60.2683178534572 | 969.0 | predicted | 1 | 1 |
HK689350 | Cyanobium sp. rs427 | 60.5095541401274 | 1413.0 | predicted | 1 | 1 |
HK689353 | Cyanobium sp. rs427 | 61.150234741784 | 1704.0 | predicted | 1 | 1 |
HK689375 | Cyanobium sp. rs427 | 60.8034744842562 | 1842.0 | predicted | 1 | 1 |
HK689381 | Cyanobium sp. rs427 | 64.9606299212598 | 762.0 | predicted | 1 | 1 |
HK689390 | Cyanobium sp. rs427 | 63.9771801140994 | 1227.0 | predicted | 1 | 1 |
HK689399 | Cyanobium sp. rs427 | 61.9369369369369 | 1332.0 | predicted | 1 | 1 |
HK689402 | Cyanobium sp. rs427 | 60.7543323139653 | 981.0 | predicted | 1 | 1 |
HK689422 | Cyanobium sp. rs427 | 63.7316561844864 | 954.0 | predicted | 1 | 1 |
HK689440 | Cyanobium sp. rs427 | 62.6552053486151 | 1047.0 | predicted | 1 | 1 |
HK689441 | Cyanobium sp. rs427 | 58.1140350877193 | 1368.0 | predicted | 1 | 1 |
HK689470 | Cyanobium sp. rs427 | 61.7566830332788 | 1833.0 | predicted | 1 | 1 |
HK689471 | Cyanobium sp. rs427 | 64.8148148148148 | 1080.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) );