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)

32 rows where Is_annotated = 0, Sequence_status = "observed" and Species_name = "Alexandrium catenella"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: GC_content, Sequence_length

Is_protein_coding_sequence 2

  • 0 22
  • 1 10

Species_name 1

  • Alexandrium catenella · 32 ✖

Sequence_status 1

  • observed · 32 ✖

Is_annotated 1

  • - · 32 ✖
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
HW639144 Alexandrium catenella 69.7029702970297 505.0 observed 1 0
HW639147 Alexandrium catenella 69.6428571428571 504.0 observed 1 0
HW639161 Alexandrium catenella 62.8472222222222 576.0 observed 0 0
HW639162 Alexandrium catenella 62.8333333333333 600.0 observed 0 0
HW639180 Alexandrium catenella 59.8901098901099 546.0 observed 0 0
HW639181 Alexandrium catenella 68.6813186813187 546.0 observed 0 0
HW639182 Alexandrium catenella 68.6813186813187 546.0 observed 0 0
HW639183 Alexandrium catenella 69.0476190476191 546.0 observed 0 0
HW639184 Alexandrium catenella 68.6813186813187 546.0 observed 0 0
HW639229 Alexandrium catenella 63.7313432835821 670.0 observed 0 0
HW639352 Alexandrium catenella 66.4874551971326 558.0 observed 0 0
HW639353 Alexandrium catenella 63.777490297542 773.0 observed 0 0
HW639367 Alexandrium catenella 65.0746268656716 670.0 observed 0 0
JC486354 Alexandrium catenella 69.8412698412698 504.0 observed 1 0
JC486355 Alexandrium catenella 69.0476190476191 504.0 observed 1 0
JC486356 Alexandrium catenella 60.1990049751244 402.0 observed 1 0
JC486357 Alexandrium catenella 69.7029702970297 505.0 observed 1 0
JC486358 Alexandrium catenella 69.8412698412698 504.0 observed 1 0
JC486359 Alexandrium catenella 60.515873015873 504.0 observed 1 0
JC486360 Alexandrium catenella 69.6428571428571 504.0 observed 1 0
JC486373 Alexandrium catenella 63.482280431433 649.0 observed 1 0
JC486374 Alexandrium catenella 62.8472222222222 576.0 observed 0 0
JC486375 Alexandrium catenella 62.8333333333333 600.0 observed 0 0
JC486393 Alexandrium catenella 59.8901098901099 546.0 observed 0 0
JC486394 Alexandrium catenella 68.6813186813187 546.0 observed 0 0
JC486395 Alexandrium catenella 68.6813186813187 546.0 observed 0 0
JC486396 Alexandrium catenella 69.0476190476191 546.0 observed 0 0
JC486397 Alexandrium catenella 68.6813186813187 546.0 observed 0 0
JC486442 Alexandrium catenella 63.7313432835821 670.0 observed 0 0
JC486571 Alexandrium catenella 66.4874551971326 558.0 observed 0 0
JC486572 Alexandrium catenella 63.777490297542 773.0 observed 0 0
JC486586 Alexandrium catenella 65.0746268656716 670.0 observed 0 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 1392.312ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT