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)

23 rows where Is_annotated = 1 and Species_name = "Prochlorococcus marinus str. natl1a"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Sequence_length

Species_name 1

  • Prochlorococcus marinus str. natl1a · 23 ✖

Sequence_status 1

  • observed 23

Is_protein_coding_sequence 1

  • 1 23

Is_annotated 1

  • 1 · 23 ✖
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
GN097995 Prochlorococcus marinus str. natl1a 35.844513243894 2907.0 observed 1 1
GN102069 Prochlorococcus marinus str. natl1a 42.4676209952284 1467.0 observed 1 1
GN106359 Prochlorococcus marinus str. natl1a 31.5992292870906 519.0 observed 1 1
GN108504 Prochlorococcus marinus str. natl1a 40.5959031657356 537.0 observed 1 1
GN108985 Prochlorococcus marinus str. natl1a 37.347294938918 1146.0 observed 1 1
GN117372 Prochlorococcus marinus str. natl1a 36.550491510277 1119.0 observed 1 1
GN120717 Prochlorococcus marinus str. natl1a 38.5642737896494 1797.0 observed 1 1
GN122329 Prochlorococcus marinus str. natl1a 38.4039900249377 1203.0 observed 1 1
GN124713 Prochlorococcus marinus str. natl1a 31.8055555555556 720.0 observed 1 1
GN124916 Prochlorococcus marinus str. natl1a 38.3798140770252 753.0 observed 1 1
GN126015 Prochlorococcus marinus str. natl1a 32.012432012432 1287.0 observed 1 1
GN126449 Prochlorococcus marinus str. natl1a 36.919315403423 1227.0 observed 1 1
GN126986 Prochlorococcus marinus str. natl1a 40.5861897665176 2013.0 observed 1 1
HB438847 Prochlorococcus marinus str. natl1a 39.4422310756972 753.0 observed 1 1
HC496825 Prochlorococcus marinus str. natl1a 38.4384384384384 1332.0 observed 1 1
HC496975 Prochlorococcus marinus str. natl1a 37.7470355731225 1518.0 observed 1 1
HC497901 Prochlorococcus marinus str. natl1a 36.4275668073136 711.0 observed 1 1
HC507024 Prochlorococcus marinus str. natl1a 39.8950131233596 1524.0 observed 1 1
HC745682 Prochlorococcus marinus str. natl1a 39.7186147186147 924.0 observed 1 1
HC745684 Prochlorococcus marinus str. natl1a 36.8965517241379 870.0 observed 1 1
HC749760 Prochlorococcus marinus str. natl1a 34.6450617283951 2592.0 observed 1 1
HC750459 Prochlorococcus marinus str. natl1a 41.156462585034 588.0 observed 1 1
HC750629 Prochlorococcus marinus str. natl1a 40.2135231316726 843.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 473.087ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT