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)

31 rows where Is_annotated = 0, Is_protein_coding_sequence = 1 and Species_name = "Eutreptiella sp. ccmp389"

✎ 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
CS646856 Eutreptiella sp. ccmp389 46.5425531914894 1504.0 observed 1 0
CS646866 Eutreptiella sp. ccmp389 50.253807106599 197.0 observed 1 0
CS646870 Eutreptiella sp. ccmp389 46.5425531914894 1504.0 observed 1 0
CS646871 Eutreptiella sp. ccmp389 45.7070707070707 792.0 observed 1 0
CS671109 Eutreptiella sp. ccmp389 45.7070707070707 792.0 observed 1 0
CS671118 Eutreptiella sp. ccmp389 44.0 200.0 observed 1 0
CS671120 Eutreptiella sp. ccmp389 50.253807106599 197.0 observed 1 0
CS671122 Eutreptiella sp. ccmp389 46.5425531914894 1504.0 observed 1 0
DI386227 Eutreptiella sp. ccmp389 45.7070707070707 792.0 observed 1 0
DI386228 Eutreptiella sp. ccmp389 50.1262626262626 792.0 observed 1 0
DI386474 Eutreptiella sp. ccmp389 45.7070707070707 792.0 observed 1 0
DI386475 Eutreptiella sp. ccmp389 50.1262626262626 792.0 observed 1 0
DM195151 Eutreptiella sp. ccmp389 45.7070707070707 792.0 observed 1 0
DM195158 Eutreptiella sp. ccmp389 44.0 200.0 observed 1 0
DM195160 Eutreptiella sp. ccmp389 50.253807106599 197.0 observed 1 0
DM195162 Eutreptiella sp. ccmp389 46.5425531914894 1504.0 observed 1 0
FZ434862 Eutreptiella sp. ccmp389 45.7070707070707 792.0 observed 1 0
FZ434863 Eutreptiella sp. ccmp389 50.1262626262626 792.0 observed 1 0
GM060177 Eutreptiella sp. ccmp389 54.6487603305785 968.0 observed 1 0
GM840718 Eutreptiella sp. ccmp389 50.1262626262626 792.0 observed 1 0
GM840779 Eutreptiella sp. ccmp389 45.7070707070707 792.0 observed 1 0
GN363608 Eutreptiella sp. ccmp389 45.7070707070707 792.0 observed 1 0
GN363610 Eutreptiella sp. ccmp389 50.1262626262626 792.0 observed 1 0
HW065525 Eutreptiella sp. ccmp389 45.7070707070707 792.0 observed 1 0
HW065526 Eutreptiella sp. ccmp389 50.1262626262626 792.0 observed 1 0
HW363763 Eutreptiella sp. ccmp389 45.7070707070707 792.0 observed 1 0
HW363764 Eutreptiella sp. ccmp389 50.1262626262626 792.0 observed 1 0
HW416590 Eutreptiella sp. ccmp389 45.7070707070707 792.0 observed 1 0
HW416591 Eutreptiella sp. ccmp389 50.1262626262626 792.0 observed 1 0
LF157926 Eutreptiella sp. ccmp389 45.7070707070707 792.0 observed 1 0
LF157927 Eutreptiella sp. ccmp389 50.1262626262626 792.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 4323.59ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT