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)

22 rows where Is_annotated = 1, Sequence_status = "observed" and Species_name = "Pyrococcus horikoshii ot3"

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: Sequence_status, Is_protein_coding_sequence

Species_name 1

  • Pyrococcus horikoshii ot3 · 22 ✖

Is_annotated 1

  • 1 · 22 ✖
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
BD426929 Pyrococcus horikoshii ot3 45.5212922173275 681.0 observed 1 1
BD426930 Pyrococcus horikoshii ot3 42.5321463897132 1011.0 observed 1 1
CS497294 Pyrococcus horikoshii ot3 45.5927051671732 987.0 observed 1 1
DJ399914 Pyrococcus horikoshii ot3 41.6472416472416 1287.0 observed 1 1
FB333702 Pyrococcus horikoshii ot3 45.9613196814562 879.0 observed 1 1
FB793601 Pyrococcus horikoshii ot3 44.6601941747573 618.0 observed 1 1
FU758060 Pyrococcus horikoshii ot3 45.5801104972376 1086.0 observed 1 1
GN101037 Pyrococcus horikoshii ot3 43.2393347794649 1383.0 observed 1 1
GN109344 Pyrococcus horikoshii ot3 43.4977578475336 1338.0 observed 1 1
HB834518 Pyrococcus horikoshii ot3 46.6152527849186 1167.0 observed 1 1
HB904285 Pyrococcus horikoshii ot3 45.1871657754011 1122.0 observed 1 1
HB904287 Pyrococcus horikoshii ot3 44.7695035460993 1128.0 observed 1 1
HB904289 Pyrococcus horikoshii ot3 42.2405876951332 1089.0 observed 1 1
HB912601 Pyrococcus horikoshii ot3 41.4239482200647 1236.0 observed 1 1
HB915683 Pyrococcus horikoshii ot3 43.1034482758621 870.0 observed 1 1
HB920480 Pyrococcus horikoshii ot3 43.2067510548523 1185.0 observed 1 1
HB920482 Pyrococcus horikoshii ot3 40.9674981103553 1323.0 observed 1 1
HB932279 Pyrococcus horikoshii ot3 38.5450597176982 921.0 observed 1 1
HB937668 Pyrococcus horikoshii ot3 41.3333333333333 450.0 observed 1 1
HB952704 Pyrococcus horikoshii ot3 40.3455284552846 984.0 observed 1 1
HC745504 Pyrococcus horikoshii ot3 40.956340956341 1443.0 observed 1 1
HV452324 Pyrococcus horikoshii ot3 41.8406805877804 1293.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 2818.479ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT