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)

17 rows where Is_annotated = 1, Is_protein_coding_sequence = 1 and Species_name = "Thermotoga sp. rq2"

✎ 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
GN128048 Thermotoga sp. rq2 50.0615006150062 813.0 observed 1 1
HC495779 Thermotoga sp. rq2 53.0821917808219 876.0 observed 1 1
HC687964 Thermotoga sp. rq2 49.6932515337423 978.0 observed 1 1
HC687965 Thermotoga sp. rq2 49.6932515337423 978.0 observed 1 1
HC687966 Thermotoga sp. rq2 49.6932515337423 978.0 observed 1 1
HC687967 Thermotoga sp. rq2 49.6932515337423 978.0 observed 1 1
HC687969 Thermotoga sp. rq2 45.2525252525253 990.0 observed 1 1
HC687970 Thermotoga sp. rq2 45.2525252525253 990.0 observed 1 1
HC687971 Thermotoga sp. rq2 45.2525252525253 990.0 observed 1 1
HC687972 Thermotoga sp. rq2 45.2525252525253 990.0 observed 1 1
HC743266 Thermotoga sp. rq2 49.0514905149051 369.0 observed 1 1
HC745071 Thermotoga sp. rq2 46.0869565217391 345.0 observed 1 1
HC748744 Thermotoga sp. rq2 49.6105919003115 1284.0 observed 1 1
HC749800 Thermotoga sp. rq2 46.5741908364859 2379.0 observed 1 1
HC753142 Thermotoga sp. rq2 50.6230529595016 1284.0 observed 1 1
HV037239 Thermotoga sp. rq2 49.6932515337423 978.0 observed 1 1
HV037246 Thermotoga sp. rq2 45.2525252525253 990.0 observed 1 1

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 4960.997ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT