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)

46 rows where Is_annotated = 1, Is_protein_coding_sequence = 1 and Species_name = "Caldithrix sp"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Sequence_length

Species_name 1

  • Caldithrix sp · 46 ✖

Sequence_status 1

  • predicted 46

Is_protein_coding_sequence 1

  • 1 · 46 ✖

Is_annotated 1

  • 1 · 46 ✖
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
AR493342 Caldithrix sp 52.6558891454965 433.0 predicted 1 1
AR493426 Caldithrix sp 53.2729103726083 993.0 predicted 1 1
AR493427 Caldithrix sp 49.6578690127077 1023.0 predicted 1 1
AR493428 Caldithrix sp 49.6575342465754 876.0 predicted 1 1
AR493429 Caldithrix sp 46.3917525773196 291.0 predicted 1 1
AR493502 Caldithrix sp 44.8933782267116 891.0 predicted 1 1
BD217184 Caldithrix sp 51.3014273719563 1191.0 predicted 1 1
HI659507 Caldithrix sp 49.5791245791246 1188.0 predicted 1 1
HI659512 Caldithrix sp 49.7474747474747 1188.0 predicted 1 1
HI659522 Caldithrix sp 49.7474747474747 1188.0 predicted 1 1
HI659532 Caldithrix sp 49.4191242180518 1119.0 predicted 1 1
HI929856 Caldithrix sp 50.0 2046.0 predicted 1 1
HJ972316 Caldithrix sp 49.9330655957162 747.0 predicted 1 1
HK013338 Caldithrix sp 51.1378848728246 747.0 predicted 1 1
HK013340 Caldithrix sp 50.174520069808 1146.0 predicted 1 1
HK013342 Caldithrix sp 44.3322109988777 891.0 predicted 1 1
HK013344 Caldithrix sp 49.7474747474747 1188.0 predicted 1 1
HK013345 Caldithrix sp 49.7777777777778 900.0 predicted 1 1
HK013353 Caldithrix sp 45.3125 384.0 predicted 1 1
HK013354 Caldithrix sp 48.9655172413793 435.0 predicted 1 1
HK013355 Caldithrix sp 50.8771929824561 627.0 predicted 1 1
HK013356 Caldithrix sp 50.7136859781696 1191.0 predicted 1 1
HK013357 Caldithrix sp 53.968253968254 882.0 predicted 1 1
HK013358 Caldithrix sp 52.6277897768179 1389.0 predicted 1 1
HK013359 Caldithrix sp 51.3661202185792 915.0 predicted 1 1
HK013360 Caldithrix sp 51.3888888888889 360.0 predicted 1 1
HK013362 Caldithrix sp 51.9283746556474 1452.0 predicted 1 1
HK013364 Caldithrix sp 54.6772068511199 759.0 predicted 1 1
HK013716 Caldithrix sp 51.9607843137255 204.0 predicted 1 1
HK013717 Caldithrix sp 49.4866529774127 1461.0 predicted 1 1
HK085310 Caldithrix sp 51.0510510510511 666.0 predicted 1 1
HK085348 Caldithrix sp 50.4504504504504 666.0 predicted 1 1
HK199691 Caldithrix sp 53.0597552195824 1389.0 predicted 1 1
HK208636 Caldithrix sp 50.6024096385542 747.0 predicted 1 1
HK270284 Caldithrix sp 49.7777777777778 900.0 predicted 1 1
HK669256 Caldithrix sp 52.9370134465676 1413.0 predicted 1 1
HK669257 Caldithrix sp 49.9511241446725 2046.0 predicted 1 1
HK738934 Caldithrix sp 49.4252873563218 435.0 predicted 1 1
JC527849 Caldithrix sp 45.2380952380952 756.0 predicted 1 1
KH198436 Caldithrix sp 50.7362784471218 747.0 predicted 1 1
LY487773 Caldithrix sp 41.0977242302544 747.0 predicted 1 1
MI425199 Caldithrix sp 50.8658008658009 924.0 predicted 1 1
MI903286 Caldithrix sp 52.7717782577394 1389.0 predicted 1 1
MX445689 Caldithrix sp 50.8701472556894 747.0 predicted 1 1
MX445711 Caldithrix sp 64.642375168691 741.0 predicted 1 1
MY681562 Caldithrix sp 51.9956850053938 927.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 612.606ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT