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)

16 rows where Is_protein_coding_sequence = 1 and Species_name = "Scleronephthya gracillimum"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Sequence_length

Is_annotated 2

  • 0 12
  • 1 4

Species_name 1

  • Scleronephthya gracillimum · 16 ✖

Sequence_status 1

  • observed 16

Is_protein_coding_sequence 1

  • 1 · 16 ✖
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
DI185311 Scleronephthya gracillimum 39.0849673202614 765.0 observed 1 0
DI185313 Scleronephthya gracillimum 28.936170212766 235.0 observed 1 0
DI185314 Scleronephthya gracillimum 51.8633540372671 322.0 observed 1 0
DI185322 Scleronephthya gracillimum 44.8015122873346 529.0 observed 1 0
DI434201 Scleronephthya gracillimum 42.5101214574899 494.0 observed 1 0
DI434210 Scleronephthya gracillimum 40.4461687681862 1031.0 observed 1 0
DI434232 Scleronephthya gracillimum 39.3162393162393 468.0 observed 1 0
DI434241 Scleronephthya gracillimum 36.9117647058824 2040.0 observed 1 0
DI434270 Scleronephthya gracillimum 43.5 600.0 observed 1 1
DI434275 Scleronephthya gracillimum 42.962962962963 270.0 observed 1 1
DI434276 Scleronephthya gracillimum 45.9459459459459 222.0 observed 1 0
LG068220 Scleronephthya gracillimum 44.4444444444444 504.0 observed 1 0
LG262857 Scleronephthya gracillimum 40.8026755852843 299.0 observed 1 0
LG262876 Scleronephthya gracillimum 40.174672489083 229.0 observed 1 0
PA340348 Scleronephthya gracillimum 44.6902654867257 678.0 observed 1 1
PA340349 Scleronephthya gracillimum 43.6578171091446 678.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 1005.426ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT