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 = "Prochlorococcus marinus str. natl2a"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: GC_content, Sequence_length

Species_name 1

  • Prochlorococcus marinus str. natl2a · 31 ✖

Sequence_status 1

  • observed 31

Is_protein_coding_sequence 1

  • 1 · 31 ✖

Is_annotated 1

  • - · 31 ✖
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
FB791401 Prochlorococcus marinus str. natl2a 39.6913580246914 1620.0 observed 1 0
FB795074 Prochlorococcus marinus str. natl2a 40.0191021967526 1047.0 observed 1 0
FB836425 Prochlorococcus marinus str. natl2a 40.0191021967526 1047.0 observed 1 0
FB853347 Prochlorococcus marinus str. natl2a 36.6602687140115 1563.0 observed 1 0
FB878900 Prochlorococcus marinus str. natl2a 40.0191021967526 1047.0 observed 1 0
GN096554 Prochlorococcus marinus str. natl2a 37.9084967320261 1071.0 observed 1 0
GN128927 Prochlorococcus marinus str. natl2a 37.2654155495979 1119.0 observed 1 0
HB440339 Prochlorococcus marinus str. natl2a 38.9110225763612 753.0 observed 1 0
HB653910 Prochlorococcus marinus str. natl2a 39.6913580246914 1620.0 observed 1 0
HB654930 Prochlorococcus marinus str. natl2a 40.0191021967526 1047.0 observed 1 0
HB661460 Prochlorococcus marinus str. natl2a 39.6913580246914 1620.0 observed 1 0
HB665133 Prochlorococcus marinus str. natl2a 40.0191021967526 1047.0 observed 1 0
HB702257 Prochlorococcus marinus str. natl2a 36.6602687140115 1563.0 observed 1 0
HB704411 Prochlorococcus marinus str. natl2a 42.4501424501425 351.0 observed 1 0
HB706484 Prochlorococcus marinus str. natl2a 40.0191021967526 1047.0 observed 1 0
HB723406 Prochlorococcus marinus str. natl2a 36.6602687140115 1563.0 observed 1 0
HB748959 Prochlorococcus marinus str. natl2a 40.0191021967526 1047.0 observed 1 0
HB817503 Prochlorococcus marinus str. natl2a 40.0191021967526 1047.0 observed 1 0
HB817944 Prochlorococcus marinus str. natl2a 36.6602687140115 1563.0 observed 1 0
HB820142 Prochlorococcus marinus str. natl2a 42.4501424501425 351.0 observed 1 0
HB968295 Prochlorococcus marinus str. natl2a 39.3162393162393 819.0 observed 1 0
HC498846 Prochlorococcus marinus str. natl2a 41.4860681114551 969.0 observed 1 0
HC498848 Prochlorococcus marinus str. natl2a 40.9321175278622 987.0 observed 1 0
HC499696 Prochlorococcus marinus str. natl2a 38.1422924901186 1518.0 observed 1 0
HC913163 Prochlorococcus marinus str. natl2a 42.3076923076923 1248.0 observed 1 0
HD025705 Prochlorococcus marinus str. natl2a 39.3162393162393 819.0 observed 1 0
HD026792 Prochlorococcus marinus str. natl2a 34.9698535745047 1161.0 observed 1 0
HD028398 Prochlorococcus marinus str. natl2a 34.4827586206897 435.0 observed 1 0
HD028400 Prochlorococcus marinus str. natl2a 40.2298850574713 609.0 observed 1 0
HH765792 Prochlorococcus marinus str. natl2a 40.4333794375288 2169.0 observed 1 0
HH766571 Prochlorococcus marinus str. natl2a 36.9649805447471 771.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 267.29ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT