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)

21 rows where Species_name = "Discosoma sp. lw-2004"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: GC_content, Sequence_length

Species_name 1

  • Discosoma sp. lw-2004 · 21 ✖

Sequence_status 1

  • predicted 21

Is_protein_coding_sequence 1

  • 1 21

Is_annotated 1

  • 1 21
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
DD220384 Discosoma sp. lw-2004 64.1592920353982 678.0 predicted 1 1
GV159256 Discosoma sp. lw-2004 64.0117994100295 678.0 predicted 1 1
HH544680 Discosoma sp. lw-2004 64.1833810888252 698.0 predicted 1 1
HK196292 Discosoma sp. lw-2004 64.2857142857143 672.0 predicted 1 1
HK355081 Discosoma sp. lw-2004 63.8766519823789 681.0 predicted 1 1
HK355082 Discosoma sp. lw-2004 64.0234948604993 681.0 predicted 1 1
HK355083 Discosoma sp. lw-2004 64.0234948604993 681.0 predicted 1 1
HK386611 Discosoma sp. lw-2004 64.1481481481482 675.0 predicted 1 1
HK518935 Discosoma sp. lw-2004 64.306784660767 678.0 predicted 1 1
HV334415 Discosoma sp. lw-2004 64.2028985507246 690.0 predicted 1 1
HV984561 Discosoma sp. lw-2004 64.5925925925926 675.0 predicted 1 1
HV985064 Discosoma sp. lw-2004 64.349376114082 561.0 predicted 1 1
HV985066 Discosoma sp. lw-2004 64.5333333333333 375.0 predicted 1 1
HV985068 Discosoma sp. lw-2004 63.6636636636637 333.0 predicted 1 1
HV985070 Discosoma sp. lw-2004 63.9269406392694 219.0 predicted 1 1
HV985072 Discosoma sp. lw-2004 64.9122807017544 171.0 predicted 1 1
HV985073 Discosoma sp. lw-2004 64.4808743169399 549.0 predicted 1 1
KH409374 Discosoma sp. lw-2004 49.4301994301994 702.0 predicted 1 1
KH409420 Discosoma sp. lw-2004 50.1424501424501 702.0 predicted 1 1
LG141704 Discosoma sp. lw-2004 50.2949852507375 678.0 predicted 1 1
MD217239 Discosoma sp. lw-2004 50.3703703703704 675.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 226.638ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT