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)
18 rows where Is_annotated = 0, Sequence_status = "observed" and Species_name = "Conus geographus"
This data as json, CSV (advanced)
Suggested facets: GC_content, Sequence_length
Sequence_accession_number ▼ | Species_name | GC_content | Sequence_length | Sequence_status | Is_protein_coding_sequence | Is_annotated |
---|---|---|---|---|---|---|
BD237280 | Conus geographus | 17.6470588235294 | 17.0 | observed | 0 | 0 |
BD237281 | Conus geographus | 51.5151515151515 | 231.0 | observed | 1 | 0 |
BD261487 | Conus geographus | 52.317880794702 | 151.0 | observed | 0 | 0 |
BD261488 | Conus geographus | 60.3896103896104 | 154.0 | observed | 0 | 0 |
BD261527 | Conus geographus | 48.0519480519481 | 154.0 | observed | 0 | 0 |
BD394961 | Conus geographus | 40.9362549800797 | 1004.0 | observed | 0 | 0 |
BD394970 | Conus geographus | 40.990099009901 | 1010.0 | observed | 0 | 0 |
DD012724 | Conus geographus | 50.6493506493507 | 385.0 | observed | 0 | 0 |
DD012725 | Conus geographus | 49.2424242424242 | 396.0 | observed | 0 | 0 |
DD012726 | Conus geographus | 49.6314496314496 | 407.0 | observed | 0 | 0 |
DD012727 | Conus geographus | 50.3184713375796 | 314.0 | observed | 0 | 0 |
DD101335 | Conus geographus | 41.9953596287703 | 862.0 | observed | 0 | 0 |
DD101336 | Conus geographus | 41.7441860465116 | 860.0 | observed | 0 | 0 |
DJ379475 | Conus geographus | 49.163179916318 | 478.0 | observed | 0 | 0 |
FB300151 | Conus geographus | 52.317880794702 | 151.0 | observed | 0 | 0 |
FB300153 | Conus geographus | 60.3896103896104 | 154.0 | observed | 0 | 0 |
FB300231 | Conus geographus | 48.0519480519481 | 154.0 | observed | 0 | 0 |
HV600304 | Conus geographus | 17.6470588235294 | 17.0 | observed | 0 | 0 |
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) );