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)

24 rows where Is_annotated = 1, Sequence_status = "observed" and Species_name = "Synechococcus sp. wh 7803"

✎ View and edit SQL

This data as json, CSV (advanced)

Species_name 1

  • Synechococcus sp. wh 7803 · 24 ✖

Sequence_status 1

  • observed · 24 ✖

Is_protein_coding_sequence 1

  • 1 24

Is_annotated 1

  • 1 · 24 ✖
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
DI355259 Synechococcus sp. wh 7803 62.6026272577997 2436.0 observed 1 1
GN102041 Synechococcus sp. wh 7803 61.0655737704918 1464.0 observed 1 1
GN104226 Synechococcus sp. wh 7803 60.5426356589147 1290.0 observed 1 1
GN108522 Synechococcus sp. wh 7803 63.7931034482759 522.0 observed 1 1
GN109003 Synechococcus sp. wh 7803 59.8705501618123 1236.0 observed 1 1
GN117278 Synechococcus sp. wh 7803 61.4814814814815 1080.0 observed 1 1
GN120737 Synechococcus sp. wh 7803 56.5505804311774 1809.0 observed 1 1
GN122345 Synechococcus sp. wh 7803 60.4477611940299 1206.0 observed 1 1
GN122948 Synechococcus sp. wh 7803 58.2687338501292 774.0 observed 1 1
GN124944 Synechococcus sp. wh 7803 66.2634408602151 744.0 observed 1 1
GN126025 Synechococcus sp. wh 7803 67.1451355661882 1254.0 observed 1 1
GN126459 Synechococcus sp. wh 7803 65.2849740932643 1158.0 observed 1 1
GN126461 Synechococcus sp. wh 7803 62.4272651704073 1203.0 observed 1 1
GN127004 Synechococcus sp. wh 7803 63.8308457711443 2010.0 observed 1 1
GN128092 Synechococcus sp. wh 7803 63.6141636141636 819.0 observed 1 1
HB437387 Synechococcus sp. wh 7803 61.0687022900763 393.0 observed 1 1
HB439432 Synechococcus sp. wh 7803 60.351966873706 966.0 observed 1 1
HC496152 Synechococcus sp. wh 7803 62.6666666666667 900.0 observed 1 1
HC496833 Synechococcus sp. wh 7803 56.4046579330422 1374.0 observed 1 1
HC496981 Synechococcus sp. wh 7803 64.4884488448845 1515.0 observed 1 1
HC745698 Synechococcus sp. wh 7803 63.1578947368421 912.0 observed 1 1
HC750465 Synechococcus sp. wh 7803 65.0623885918004 561.0 observed 1 1
HC750641 Synechococcus sp. wh 7803 62.5152625152625 819.0 observed 1 1
HC753748 Synechococcus sp. wh 7803 60.0331674958541 603.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 509.055ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT