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, Sequence_status = "observed" and Species_name = "Conus textile"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: GC_content, Sequence_length

Is_protein_coding_sequence 2

  • 0 30
  • 1 1

Species_name 1

  • Conus textile · 31 ✖

Sequence_status 1

  • observed · 31 ✖

Is_annotated 1

  • - · 31 ✖
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
BD138579 Conus textile 41.7956656346749 323.0 observed 0 0
BD138580 Conus textile 45.4901960784314 510.0 observed 0 0
BD138581 Conus textile 41.0430839002268 441.0 observed 0 0
BD138582 Conus textile 44.5652173913044 460.0 observed 0 0
BD138583 Conus textile 43.7148217636023 533.0 observed 0 0
BD138588 Conus textile 42.4242424242424 528.0 observed 0 0
BD261398 Conus textile 52.914798206278 223.0 observed 0 0
BD261399 Conus textile 51.6393442622951 244.0 observed 0 0
BD261400 Conus textile 51.5695067264574 223.0 observed 0 0
BD261441 Conus textile 50.7936507936508 63.0 observed 0 0
BD261524 Conus textile 51.2820512820513 117.0 observed 0 0
BD280185 Conus textile 43.9393939393939 132.0 observed 0 0
BD280186 Conus textile 43.9393939393939 132.0 observed 0 0
DD012770 Conus textile 46.551724137931 174.0 observed 0 0
DD101372 Conus textile 44.6808510638298 564.0 observed 0 0
DD101373 Conus textile 43.974358974359 780.0 observed 0 0
DD101374 Conus textile 48.9035087719298 456.0 observed 0 0
DD101375 Conus textile 50.219298245614 456.0 observed 0 0
DD101376 Conus textile 50.2127659574468 235.0 observed 0 0
DJ379387 Conus textile 47.9768786127168 346.0 observed 0 0
DJ379391 Conus textile 50.7389162561576 406.0 observed 0 0
DJ379400 Conus textile 47.4654377880184 434.0 observed 0 0
DJ379420 Conus textile 44.4055944055944 286.0 observed 0 0
DJ379452 Conus textile 48.2517482517483 286.0 observed 0 0
DJ379476 Conus textile 49.685534591195 318.0 observed 0 0
FB299894 Conus textile 52.914798206278 223.0 observed 0 0
FB299896 Conus textile 51.6393442622951 244.0 observed 0 0
FB299898 Conus textile 51.5695067264574 223.0 observed 0 0
FB299980 Conus textile 50.7936507936508 63.0 observed 0 0
FB300225 Conus textile 51.2820512820513 117.0 observed 0 0
FV531033 Conus textile 47.7201748906933 1601.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 283.997ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT