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 = "Arenimonas sp"
This data as json, CSV (advanced)
Suggested facets: Sequence_length
Species_name 1
- Arenimonas 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 |
---|---|---|---|---|---|---|
HI664467 | Arenimonas sp | 61.4035087719298 | 684.0 | predicted | 1 | 1 |
HI691402 | Arenimonas sp | 58.1120943952802 | 339.0 | predicted | 1 | 1 |
HK082778 | Arenimonas sp | 60.2124183006536 | 1224.0 | predicted | 1 | 1 |
HK082897 | Arenimonas sp | 62.0689655172414 | 1218.0 | predicted | 1 | 1 |
HK679852 | Arenimonas sp | 59.2079207920792 | 1515.0 | predicted | 1 | 1 |
HK679857 | Arenimonas sp | 61.4269788182832 | 897.0 | predicted | 1 | 1 |
HK679860 | Arenimonas sp | 57.5875486381323 | 771.0 | predicted | 1 | 1 |
HK680142 | Arenimonas sp | 53.4188034188034 | 234.0 | predicted | 1 | 1 |
HK682561 | Arenimonas sp | 57.6576576576577 | 777.0 | predicted | 1 | 1 |
HK682586 | Arenimonas sp | 59.0773809523809 | 672.0 | predicted | 1 | 1 |
HK682878 | Arenimonas sp | 60.2739726027397 | 876.0 | predicted | 1 | 1 |
HK682906 | Arenimonas sp | 57.7863577863578 | 777.0 | predicted | 1 | 1 |
KH940640 | Arenimonas sp | 58.7677725118483 | 633.0 | predicted | 1 | 1 |
MI958129 | Arenimonas sp | 59.7547380156076 | 897.0 | predicted | 1 | 1 |
OJ952712 | Arenimonas sp | 60.5504587155963 | 545.0 | predicted | 1 | 1 |
OJ952713 | Arenimonas sp | 61.1009174311927 | 545.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) );