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)

25 rows where Species_name = "Hyphomonas hirschiana vp5"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Sequence_length

Species_name 1

  • Hyphomonas hirschiana vp5 · 25 ✖

Sequence_status 1

  • predicted 25

Is_protein_coding_sequence 1

  • 1 25

Is_annotated 1

  • 1 25
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
HJ180151 Hyphomonas hirschiana vp5 58.1780538302278 966.0 predicted 1 1
HJ398094 Hyphomonas hirschiana vp5 62.5879043600563 711.0 predicted 1 1
HK080629 Hyphomonas hirschiana vp5 64.1703377386197 681.0 predicted 1 1
HK081467 Hyphomonas hirschiana vp5 57.2715572715573 777.0 predicted 1 1
HK081746 Hyphomonas hirschiana vp5 64.9659863945578 294.0 predicted 1 1
HK081999 Hyphomonas hirschiana vp5 62.0840152755046 1833.0 predicted 1 1
HK082524 Hyphomonas hirschiana vp5 63.8119227539882 1191.0 predicted 1 1
HK083028 Hyphomonas hirschiana vp5 63.5374149659864 735.0 predicted 1 1
HK083267 Hyphomonas hirschiana vp5 64.7058823529412 765.0 predicted 1 1
HK083689 Hyphomonas hirschiana vp5 61.3505747126437 696.0 predicted 1 1
HK084081 Hyphomonas hirschiana vp5 62.5925925925926 810.0 predicted 1 1
HK085288 Hyphomonas hirschiana vp5 61.8333333333333 600.0 predicted 1 1
HK289916 Hyphomonas hirschiana vp5 60.1721439749609 1278.0 predicted 1 1
HK289917 Hyphomonas hirschiana vp5 63.3104500381388 1311.0 predicted 1 1
HK289918 Hyphomonas hirschiana vp5 62.2222222222222 1305.0 predicted 1 1
HK291631 Hyphomonas hirschiana vp5 61.7886178861789 1107.0 predicted 1 1
HK291825 Hyphomonas hirschiana vp5 62.7329192546584 483.0 predicted 1 1
HK293116 Hyphomonas hirschiana vp5 63.0312339989759 1953.0 predicted 1 1
HK293358 Hyphomonas hirschiana vp5 65.0505050505051 495.0 predicted 1 1
HK293588 Hyphomonas hirschiana vp5 64.1666666666667 1080.0 predicted 1 1
HK493284 Hyphomonas hirschiana vp5 59.1474245115453 1689.0 predicted 1 1
HW602155 Hyphomonas hirschiana vp5 55.7971014492754 966.0 predicted 1 1
LQ496948 Hyphomonas hirschiana vp5 50.0 990.0 predicted 1 1
MA256369 Hyphomonas hirschiana vp5 49.7420020639835 969.0 predicted 1 1
MY681383 Hyphomonas hirschiana vp5 64.5 1200.0 predicted 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 235.189ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT