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)
30 rows where Is_protein_coding_sequence = 1 and Species_name = "Thermotoga petrophila"
This data as json, CSV (advanced)
Suggested facets: Sequence_length
Species_name 1
- Thermotoga petrophila · 30 ✖
Sequence_status 1
- predicted 30
Is_protein_coding_sequence 1
- 1 · 30 ✖
Is_annotated 1
- 1 30
Sequence_accession_number ▼ | Species_name | GC_content | Sequence_length | Sequence_status | Is_protein_coding_sequence | Is_annotated |
---|---|---|---|---|---|---|
GX828356 | Thermotoga petrophila | 46.5189873417722 | 948.0 | predicted | 1 | 1 |
HI661068 | Thermotoga petrophila | 41.7004048582996 | 741.0 | predicted | 1 | 1 |
HI674567 | Thermotoga petrophila | 49.7101449275362 | 1380.0 | predicted | 1 | 1 |
HI676018 | Thermotoga petrophila | 47.1111111111111 | 450.0 | predicted | 1 | 1 |
HI680501 | Thermotoga petrophila | 48.5525227460711 | 1209.0 | predicted | 1 | 1 |
HI692555 | Thermotoga petrophila | 48.9247311827957 | 930.0 | predicted | 1 | 1 |
HI701077 | Thermotoga petrophila | 51.0541310541311 | 1755.0 | predicted | 1 | 1 |
HK153458 | Thermotoga petrophila | 47.2727272727273 | 825.0 | predicted | 1 | 1 |
HK153461 | Thermotoga petrophila | 44.3768996960486 | 987.0 | predicted | 1 | 1 |
HK422514 | Thermotoga petrophila | 47.0023980815348 | 1668.0 | predicted | 1 | 1 |
HK454045 | Thermotoga petrophila | 49.2374727668845 | 459.0 | predicted | 1 | 1 |
HK671332 | Thermotoga petrophila | 46.7299578059072 | 948.0 | predicted | 1 | 1 |
HK671348 | Thermotoga petrophila | 49.8154981549815 | 813.0 | predicted | 1 | 1 |
HK671371 | Thermotoga petrophila | 52.3400191021968 | 1047.0 | predicted | 1 | 1 |
HK671372 | Thermotoga petrophila | 49.3243243243243 | 2220.0 | predicted | 1 | 1 |
HK671386 | Thermotoga petrophila | 49.5762711864407 | 1416.0 | predicted | 1 | 1 |
HK671433 | Thermotoga petrophila | 46.9434832756632 | 1734.0 | predicted | 1 | 1 |
HK671441 | Thermotoga petrophila | 46.8794326241135 | 1410.0 | predicted | 1 | 1 |
HK671463 | Thermotoga petrophila | 46.1538461538462 | 273.0 | predicted | 1 | 1 |
HK671465 | Thermotoga petrophila | 50.0355366027008 | 1407.0 | predicted | 1 | 1 |
HK671467 | Thermotoga petrophila | 49.8677248677249 | 1512.0 | predicted | 1 | 1 |
HK671471 | Thermotoga petrophila | 50.8417508417509 | 1188.0 | predicted | 1 | 1 |
HK671489 | Thermotoga petrophila | 46.1868037703513 | 1167.0 | predicted | 1 | 1 |
HL837101 | Thermotoga petrophila | 43.2461873638344 | 918.0 | predicted | 1 | 1 |
HL837573 | Thermotoga petrophila | 46.4387464387464 | 351.0 | predicted | 1 | 1 |
HL839873 | Thermotoga petrophila | 45.7516339869281 | 765.0 | predicted | 1 | 1 |
MV660192 | Thermotoga petrophila | 32.1767497034401 | 3372.0 | predicted | 1 | 1 |
MV660790 | Thermotoga petrophila | 28.3208020050125 | 2394.0 | predicted | 1 | 1 |
MV661732 | Thermotoga petrophila | 34.5764272559853 | 2172.0 | predicted | 1 | 1 |
MV661947 | Thermotoga petrophila | 33.1926863572433 | 1422.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) );