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)

40 rows where Is_protein_coding_sequence = 1 and Species_name = "Lethenteron camtschaticum"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: GC_content, Sequence_length

Is_annotated 2

  • 0 22
  • 1 18

Species_name 1

  • Lethenteron camtschaticum · 40 ✖

Sequence_status 1

  • observed 40

Is_protein_coding_sequence 1

  • 1 · 40 ✖
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
FW374845 Lethenteron camtschaticum 52.8935185185185 864.0 observed 1 0
FW374850 Lethenteron camtschaticum 49.3212669683258 663.0 observed 1 0
FW374851 Lethenteron camtschaticum 49.6229260935143 663.0 observed 1 0
FW374852 Lethenteron camtschaticum 49.0990990990991 666.0 observed 1 0
FW374853 Lethenteron camtschaticum 51.3661202185792 732.0 observed 1 0
FW374854 Lethenteron camtschaticum 49.2424242424242 660.0 observed 1 0
FW374855 Lethenteron camtschaticum 47.4242424242424 660.0 observed 1 0
FW374856 Lethenteron camtschaticum 48.030303030303 660.0 observed 1 0
FW374857 Lethenteron camtschaticum 47.5757575757576 660.0 observed 1 0
FW374858 Lethenteron camtschaticum 48.1818181818182 660.0 observed 1 0
FW374859 Lethenteron camtschaticum 48.1292517006803 588.0 observed 1 0
FW374860 Lethenteron camtschaticum 48.4848484848485 660.0 observed 1 0
FW374861 Lethenteron camtschaticum 51.1784511784512 594.0 observed 1 0
FW374862 Lethenteron camtschaticum 48.4353741496599 735.0 observed 1 0
FW374863 Lethenteron camtschaticum 48.4848484848485 660.0 observed 1 0
FW374864 Lethenteron camtschaticum 48.8095238095238 588.0 observed 1 0
FW374865 Lethenteron camtschaticum 51.010101010101 594.0 observed 1 0
FW374866 Lethenteron camtschaticum 50.6006006006006 666.0 observed 1 0
FW374867 Lethenteron camtschaticum 50.9009009009009 666.0 observed 1 0
FW374868 Lethenteron camtschaticum 48.1818181818182 660.0 observed 1 0
HV565542 Lethenteron camtschaticum 52.8935185185185 864.0 observed 1 0
HV565547 Lethenteron camtschaticum 49.3212669683258 663.0 observed 1 1
HV565548 Lethenteron camtschaticum 49.6229260935143 663.0 observed 1 1
HV565549 Lethenteron camtschaticum 49.0990990990991 666.0 observed 1 1
HV565550 Lethenteron camtschaticum 51.3661202185792 732.0 observed 1 1
HV565551 Lethenteron camtschaticum 49.2424242424242 660.0 observed 1 1
HV565552 Lethenteron camtschaticum 47.4242424242424 660.0 observed 1 1
HV565553 Lethenteron camtschaticum 48.030303030303 660.0 observed 1 1
HV565554 Lethenteron camtschaticum 47.5757575757576 660.0 observed 1 1
HV565555 Lethenteron camtschaticum 48.1818181818182 660.0 observed 1 1
HV565556 Lethenteron camtschaticum 48.1292517006803 588.0 observed 1 1
HV565557 Lethenteron camtschaticum 48.4848484848485 660.0 observed 1 1
HV565558 Lethenteron camtschaticum 51.1784511784512 594.0 observed 1 1
HV565559 Lethenteron camtschaticum 48.4353741496599 735.0 observed 1 1
HV565560 Lethenteron camtschaticum 48.4848484848485 660.0 observed 1 0
HV565561 Lethenteron camtschaticum 48.8095238095238 588.0 observed 1 1
HV565562 Lethenteron camtschaticum 51.010101010101 594.0 observed 1 1
HV565563 Lethenteron camtschaticum 50.6006006006006 666.0 observed 1 1
HV565564 Lethenteron camtschaticum 50.9009009009009 666.0 observed 1 1
HV565565 Lethenteron camtschaticum 48.1818181818182 660.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 1464.318ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT