home / MABPAT_dataset

Marine_Sequences

Provides detailed information about each marine genetic sequence, including its GC content, sequence length, and whether it contains protein-coding information.

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)

26 rows where Is_annotated = 0, Sequence_status = "observed" and Species_name = "Thermotoga sp."

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: Sequence_status, Is_protein_coding_sequence, Is_annotated, Species_name

Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
CQ893496 Thermotoga sp. 42.1412300683371 1317.0 observed 1 0
CQ893507 Thermotoga sp. 39.7968605724838 1083.0 observed 1 0
DJ435739 Thermotoga sp. 40.1234567901235 972.0 observed 1 0
GM683180 Thermotoga sp. 42.1412300683371 1317.0 observed 1 0
GM683191 Thermotoga sp. 39.7968605724838 1083.0 observed 1 0
HC459931 Thermotoga sp. 49.6932515337423 978.0 observed 1 0
HC459933 Thermotoga sp. 45.2525252525253 990.0 observed 1 0
HC688347 Thermotoga sp. 49.6932515337423 978.0 observed 1 0
HC688351 Thermotoga sp. 45.2525252525253 990.0 observed 1 0
HI413827 Thermotoga sp. 40.1234567901235 972.0 observed 1 0
HV339020 Thermotoga sp. 40.1234567901235 972.0 observed 1 0
HV699771 Thermotoga sp. 49.6932515337423 978.0 observed 1 0
HV699774 Thermotoga sp. 45.2525252525253 990.0 observed 1 0
HV704512 Thermotoga sp. 49.6932515337423 978.0 observed 1 0
HV704513 Thermotoga sp. 45.2525252525253 990.0 observed 1 0
HW430426 Thermotoga sp. 40.1234567901235 972.0 observed 1 0
HZ274087 Thermotoga sp. 40.1234567901235 972.0 observed 1 0
HZ391792 Thermotoga sp. 40.1234567901235 972.0 observed 1 0
JC184358 Thermotoga sp. 49.6932515337423 978.0 observed 1 0
JC184364 Thermotoga sp. 45.2525252525253 990.0 observed 1 0
JC251570 Thermotoga sp. 36.6666666666667 30.0 observed 0 0
JC251583 Thermotoga sp. 36.6666666666667 30.0 observed 0 0
JD576915 Thermotoga sp. 40.1234567901235 972.0 observed 1 0
LG005121 Thermotoga sp. 40.1234567901235 972.0 observed 1 0
LP633775 Thermotoga sp. 40.1234567901235 972.0 observed 1 0
LV544760 Thermotoga sp. 40.1234567901235 972.0 observed 1 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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)
    );
Powered by Datasette · Queries took 4318.496ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT