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)
16 rows where Species_name = "Lyngbya sp."
This data as json, CSV (advanced)
Suggested facets: Sequence_length
Species_name 1
- Lyngbya sp. · 16 ✖
Sequence_status 1
- predicted 16
Is_protein_coding_sequence 1
- 1 16
Is_annotated 1
- 1 16
Sequence_accession_number ▼ | Species_name | GC_content | Sequence_length | Sequence_status | Is_protein_coding_sequence | Is_annotated |
---|---|---|---|---|---|---|
DI194180 | Lyngbya sp. | 38.6691776522285 | 3186.0 | predicted | 1 | 1 |
GZ163740 | Lyngbya sp. | 45.4545454545455 | 1683.0 | predicted | 1 | 1 |
HI924619 | Lyngbya sp. | 51.5646258503401 | 735.0 | predicted | 1 | 1 |
HJ398466 | Lyngbya sp. | 41.0689170182841 | 711.0 | predicted | 1 | 1 |
HK128843 | Lyngbya sp. | 47.8906714200832 | 1683.0 | predicted | 1 | 1 |
HK189735 | Lyngbya sp. | 48.0331262939959 | 2415.0 | predicted | 1 | 1 |
HK190577 | Lyngbya sp. | 40.1772525849335 | 2031.0 | predicted | 1 | 1 |
HK687395 | Lyngbya sp. | 51.7006802721088 | 588.0 | predicted | 1 | 1 |
HL835700 | Lyngbya sp. | 40.2857142857143 | 2100.0 | predicted | 1 | 1 |
HL835758 | Lyngbya sp. | 36.5079365079365 | 630.0 | predicted | 1 | 1 |
HL838472 | Lyngbya sp. | 37.5555555555556 | 1350.0 | predicted | 1 | 1 |
HL838530 | Lyngbya sp. | 38.0281690140845 | 1065.0 | predicted | 1 | 1 |
HL887332 | Lyngbya sp. | 45.9489456159822 | 2703.0 | predicted | 1 | 1 |
HW940374 | Lyngbya sp. | 51.5625 | 1344.0 | predicted | 1 | 1 |
LY269750 | Lyngbya sp. | 48.3226266952177 | 1401.0 | predicted | 1 | 1 |
MV400992 | Lyngbya sp. | 48.4027777777778 | 1440.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) );