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)

20 rows where Is_annotated = 1, Is_protein_coding_sequence = 1 and Species_name = "Cyanothece"

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: Species_name

Sequence_status 1

  • observed 20

Is_protein_coding_sequence 1

  • 1 · 20 ✖

Is_annotated 1

  • 1 · 20 ✖
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
GN095703 Cyanothece 36.3475177304965 1128.0 observed 1 1
GN125208 Cyanothece 46.6947960618847 711.0 observed 1 1
HC508220 Cyanothece 44.4246737841044 1686.0 observed 1 1
HC508252 Cyanothece 55.1056338028169 1704.0 observed 1 1
JC250453 Cyanothece 39.7222222222222 360.0 observed 1 1
JC250455 Cyanothece 39.1742195367573 993.0 observed 1 1
JC250457 Cyanothece 35.4166666666667 288.0 observed 1 1
JC250459 Cyanothece 34.7791164658635 1245.0 observed 1 1
JC250461 Cyanothece 34.4682230869001 3084.0 observed 1 1
JC250463 Cyanothece 31.3296903460838 549.0 observed 1 1
JC250465 Cyanothece 35.7682619647355 1191.0 observed 1 1
JC250467 Cyanothece 27.5095785440613 1305.0 observed 1 1
JC250469 Cyanothece 35.6823266219239 894.0 observed 1 1
JC467680 Cyanothece 40.8602150537634 1023.0 observed 1 1
JC467681 Cyanothece 40.5172413793103 696.0 observed 1 1
JC738414 Cyanothece 43.6536180308422 1686.0 observed 1 1
LQ215639 Cyanothece 49.8563218390805 696.0 observed 1 1
LQ215641 Cyanothece 50.2849002849003 702.0 observed 1 1
MS987481 Cyanothece 45.5266138165345 2649.0 observed 1 1
MS987521 Cyanothece 57.4074074074074 2592.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 2758.463ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT