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)

18 rows where Is_annotated = 1 and Species_name = "Novosphingobium aromaticivorans"

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: Is_annotated, Species_name

Sequence_status 1

  • observed 18

Is_protein_coding_sequence 1

  • 1 18
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
DL240599 Novosphingobium aromaticivorans 63.8783269961977 789.0 observed 1 1
DM024232 Novosphingobium aromaticivorans 61.0889774236388 1506.0 observed 1 1
DM169338 Novosphingobium aromaticivorans 66.7521367521367 1170.0 observed 1 1
DM169342 Novosphingobium aromaticivorans 66.7521367521367 1170.0 observed 1 1
GM956471 Novosphingobium aromaticivorans 63.0461922596754 801.0 observed 1 1
GM957798 Novosphingobium aromaticivorans 67.9012345679012 1458.0 observed 1 1
GN095793 Novosphingobium aromaticivorans 69.4003527336861 1134.0 observed 1 1
GN102429 Novosphingobium aromaticivorans 65.7676348547718 1446.0 observed 1 1
GN104644 Novosphingobium aromaticivorans 64.3783371472159 1311.0 observed 1 1
GN122699 Novosphingobium aromaticivorans 65.9259259259259 1215.0 observed 1 1
GN123717 Novosphingobium aromaticivorans 65.209940017138 1167.0 observed 1 1
GN128416 Novosphingobium aromaticivorans 65.9770114942529 870.0 observed 1 1
HB437923 Novosphingobium aromaticivorans 65.8974358974359 390.0 observed 1 1
HB949026 Novosphingobium aromaticivorans 65.2705061082024 1146.0 observed 1 1
HC497441 Novosphingobium aromaticivorans 67.2811059907834 651.0 observed 1 1
HC746078 Novosphingobium aromaticivorans 63.9871382636656 933.0 observed 1 1
HC749058 Novosphingobium aromaticivorans 66.5919282511211 1338.0 observed 1 1
PA268094 Novosphingobium aromaticivorans 57.4358974358974 1170.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 2616.307ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT