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)

29 rows where Species_name = "Aureococcus anophagefferens"

✎ View and edit SQL

This data as json, CSV (advanced)

Is_annotated 2

  • 0 15
  • 1 14

Species_name 1

  • Aureococcus anophagefferens · 29 ✖

Sequence_status 1

  • observed 29

Is_protein_coding_sequence 1

  • 1 29
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
DI356838 Aureococcus anophagefferens 68.3400267737617 1494.0 observed 1 1
DI359661 Aureococcus anophagefferens 68.3400267737617 1494.0 observed 1 0
DI359937 Aureococcus anophagefferens 68.3400267737617 1494.0 observed 1 0
DI360213 Aureococcus anophagefferens 68.3400267737617 1494.0 observed 1 0
DI360489 Aureococcus anophagefferens 68.3400267737617 1494.0 observed 1 0
HC055894 Aureococcus anophagefferens 78.150765606596 1698.0 observed 1 0
HC302270 Aureococcus anophagefferens 70.2048417132216 1074.0 observed 1 0
HC500168 Aureococcus anophagefferens 72.3958333333333 1344.0 observed 1 0
HC500212 Aureococcus anophagefferens 71.563981042654 1266.0 observed 1 0
HC500214 Aureococcus anophagefferens 69.4507148231753 1329.0 observed 1 0
HC500216 Aureococcus anophagefferens 74.6141975308642 1296.0 observed 1 0
HC500218 Aureococcus anophagefferens 68.4252597921663 1251.0 observed 1 0
HH804666 Aureococcus anophagefferens 66.1641541038526 1194.0 observed 1 1
JA222975 Aureococcus anophagefferens 68.8888888888889 1170.0 observed 1 1
JA223282 Aureococcus anophagefferens 69.6893366918556 1191.0 observed 1 1
JA223284 Aureococcus anophagefferens 74.5207173778602 1617.0 observed 1 0
JB309416 Aureococcus anophagefferens 70.2479338842975 1452.0 observed 1 1
JB414144 Aureococcus anophagefferens 47.7168949771689 1314.0 observed 1 1
JC583053 Aureococcus anophagefferens 70.2048417132216 1074.0 observed 1 1
JE863002 Aureococcus anophagefferens 72.3958333333333 1344.0 observed 1 1
JE863046 Aureococcus anophagefferens 71.563981042654 1266.0 observed 1 1
JE863048 Aureococcus anophagefferens 69.4507148231753 1329.0 observed 1 1
JE863050 Aureococcus anophagefferens 74.6141975308642 1296.0 observed 1 1
JE863052 Aureococcus anophagefferens 68.4252597921663 1251.0 observed 1 1
LP889301 Aureococcus anophagefferens 70.8411214953271 1605.0 observed 1 1
LP910319 Aureococcus anophagefferens 70.8411214953271 1605.0 observed 1 0
LQ442766 Aureococcus anophagefferens 78.150765606596 1698.0 observed 1 1
LY669115 Aureococcus anophagefferens 70.8411214953271 1605.0 observed 1 0
MP073713 Aureococcus anophagefferens 46.562228024369 1149.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 1313.346ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT