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 = "Cyanothece sp."
This data as json, CSV (advanced)
Suggested facets: Sequence_length
Species_name 1
- Cyanothece 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 |
---|---|---|---|---|---|---|
HJ398465 | Cyanothece sp. | 55.7422969187675 | 714.0 | predicted | 1 | 1 |
HK149642 | Cyanothece sp. | 49.8563218390805 | 696.0 | predicted | 1 | 1 |
HK149643 | Cyanothece sp. | 50.2849002849003 | 702.0 | predicted | 1 | 1 |
HK189758 | Cyanothece sp. | 53.6036036036036 | 2442.0 | predicted | 1 | 1 |
HK189760 | Cyanothece sp. | 53.2035685320357 | 2466.0 | predicted | 1 | 1 |
HK190555 | Cyanothece sp. | 54.1249403910348 | 2097.0 | predicted | 1 | 1 |
HK416343 | Cyanothece sp. | 55.1056338028169 | 1704.0 | predicted | 1 | 1 |
HL836059 | Cyanothece sp. | 53.3816425120773 | 1242.0 | predicted | 1 | 1 |
HL837366 | Cyanothece sp. | 56.6287878787879 | 1056.0 | predicted | 1 | 1 |
HL838231 | Cyanothece sp. | 52.5316455696203 | 474.0 | predicted | 1 | 1 |
HL838292 | Cyanothece sp. | 44.7236180904523 | 597.0 | predicted | 1 | 1 |
HL838831 | Cyanothece sp. | 55.6862745098039 | 255.0 | predicted | 1 | 1 |
HL840138 | Cyanothece sp. | 54.9905838041431 | 531.0 | predicted | 1 | 1 |
HL841003 | Cyanothece sp. | 50.5882352941176 | 255.0 | predicted | 1 | 1 |
HL841064 | Cyanothece sp. | 41.5204678362573 | 342.0 | predicted | 1 | 1 |
HL887333 | Cyanothece sp. | 57.4074074074074 | 2592.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) );