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)

40 rows where Is_annotated = 0, Is_protein_coding_sequence = 1 and Species_name = "Guillardia theta"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: GC_content, Sequence_length

Species_name 1

  • Guillardia theta · 40 ✖

Sequence_status 1

  • observed 40

Is_protein_coding_sequence 1

  • 1 · 40 ✖

Is_annotated 1

  • - · 40 ✖
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
HB871609 Guillardia theta 24.0963855421687 249.0 observed 1 0
HB878366 Guillardia theta 32.5490196078431 765.0 observed 1 0
HB879055 Guillardia theta 32.5490196078431 765.0 observed 1 0
HB879470 Guillardia theta 24.0963855421687 249.0 observed 1 0
HB885677 Guillardia theta 36.2869198312236 1896.0 observed 1 0
HB889315 Guillardia theta 24.0963855421687 249.0 observed 1 0
HB910108 Guillardia theta 32.4074074074074 432.0 observed 1 0
HB921921 Guillardia theta 38.2629107981221 426.0 observed 1 0
HB932232 Guillardia theta 32.4074074074074 432.0 observed 1 0
HB949011 Guillardia theta 32.4074074074074 432.0 observed 1 0
HB951040 Guillardia theta 38.2629107981221 426.0 observed 1 0
HB953742 Guillardia theta 32.4074074074074 432.0 observed 1 0
HB957073 Guillardia theta 32.4074074074074 432.0 observed 1 0
HC924922 Guillardia theta 23.6947791164659 249.0 observed 1 0
HC925761 Guillardia theta 24.0963855421687 249.0 observed 1 0
HC928568 Guillardia theta 36.2869198312236 1896.0 observed 1 0
HC929018 Guillardia theta 24.0963855421687 249.0 observed 1 0
HC932313 Guillardia theta 19.8879551820728 357.0 observed 1 0
HC933337 Guillardia theta 32.5490196078431 765.0 observed 1 0
HC935775 Guillardia theta 32.5490196078431 765.0 observed 1 0
HC936464 Guillardia theta 32.5490196078431 765.0 observed 1 0
HC936879 Guillardia theta 24.0963855421687 249.0 observed 1 0
HC946724 Guillardia theta 24.0963855421687 249.0 observed 1 0
HC956670 Guillardia theta 32.4074074074074 432.0 observed 1 0
HC962617 Guillardia theta 38.2629107981221 426.0 observed 1 0
HC967517 Guillardia theta 32.4074074074074 432.0 observed 1 0
HC979330 Guillardia theta 38.2629107981221 426.0 observed 1 0
HC989641 Guillardia theta 32.4074074074074 432.0 observed 1 0
HC992077 Guillardia theta 31.0502283105023 219.0 observed 1 0
HD006421 Guillardia theta 32.4074074074074 432.0 observed 1 0
HD007293 Guillardia theta 35.5902777777778 1728.0 observed 1 0
HD008450 Guillardia theta 38.2629107981221 426.0 observed 1 0
HD011152 Guillardia theta 32.4074074074074 432.0 observed 1 0
HD014483 Guillardia theta 32.4074074074074 432.0 observed 1 0
MQ124726 Guillardia theta 57.4023614895549 1101.0 observed 1 0
MQ124728 Guillardia theta 56.8100358422939 1116.0 observed 1 0
MQ124729 Guillardia theta 58.0381471389646 1101.0 observed 1 0
MQ124730 Guillardia theta 57.8853046594982 1116.0 observed 1 0
PA277299 Guillardia theta 57.4023614895549 1101.0 observed 1 0
PA541788 Guillardia theta 55.6567957479119 1317.0 observed 1 0

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 262.897ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT