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)

28 rows where Is_protein_coding_sequence = 1 and Species_name = "Nitrosococcus oceani c-27"

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: Sequence_status, Is_protein_coding_sequence, Is_annotated, Species_name

Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
HK446600 Nitrosococcus oceani c-27 52.4950099800399 501.0 predicted 1 1
HK446939 Nitrosococcus oceani c-27 45.1790633608815 726.0 predicted 1 1
HL836297 Nitrosococcus oceani c-27 56.1264822134387 759.0 predicted 1 1
HL836480 Nitrosococcus oceani c-27 49.1510277033065 1119.0 predicted 1 1
HL836637 Nitrosococcus oceani c-27 42.6443202979516 537.0 predicted 1 1
HL836722 Nitrosococcus oceani c-27 49.3040293040293 1365.0 predicted 1 1
HL836809 Nitrosococcus oceani c-27 55.0387596899225 774.0 predicted 1 1
HL837757 Nitrosococcus oceani c-27 53.9897621198434 3321.0 predicted 1 1
HL838083 Nitrosococcus oceani c-27 51.063829787234 282.0 predicted 1 1
HL838094 Nitrosococcus oceani c-27 48.3974358974359 312.0 predicted 1 1
HL839069 Nitrosococcus oceani c-27 52.8591352859135 717.0 predicted 1 1
HL839252 Nitrosococcus oceani c-27 49.7311827956989 744.0 predicted 1 1
HL839341 Nitrosococcus oceani c-27 52.5386313465784 453.0 predicted 1 1
HL839409 Nitrosococcus oceani c-27 37.9781420765027 366.0 predicted 1 1
HL839494 Nitrosococcus oceani c-27 46.9613259668508 543.0 predicted 1 1
HL839581 Nitrosococcus oceani c-27 51.358024691358 405.0 predicted 1 1
HL840529 Nitrosococcus oceani c-27 52.6984126984127 630.0 predicted 1 1
HL840855 Nitrosococcus oceani c-27 55.0 300.0 predicted 1 1
HL840866 Nitrosococcus oceani c-27 47.6190476190476 210.0 predicted 1 1
MM777412 Nitrosococcus oceani c-27 49.4623655913978 744.0 predicted 1 1
MM777413 Nitrosococcus oceani c-27 51.2165450121654 822.0 predicted 1 1
MV660531 Nitrosococcus oceani c-27 59.4202898550725 3657.0 predicted 1 1
MV660744 Nitrosococcus oceani c-27 53.9348370927318 1995.0 predicted 1 1
MV661670 Nitrosococcus oceani c-27 50.9493670886076 2844.0 predicted 1 1
MV661754 Nitrosococcus oceani c-27 60.6438213914849 2889.0 predicted 1 1
MV662378 Nitrosococcus oceani c-27 51.3020833333333 768.0 predicted 1 1
MV662677 Nitrosococcus oceani c-27 51.2605042016807 714.0 predicted 1 1
MV662873 Nitrosococcus oceani c-27 48.7951807228916 498.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 5999.573ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT