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)

36 rows where Species_name = "Alvinella pompejana"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: GC_content, Sequence_length

Is_protein_coding_sequence 2

  • 0 34
  • 1 2

Species_name 1

  • Alvinella pompejana · 36 ✖

Sequence_status 1

  • observed 36

Is_annotated 1

  • 0 36
Sequence_accession_number ▼ Species_name GC_content Sequence_length Sequence_status Is_protein_coding_sequence Is_annotated
JA405296 Alvinella pompejana 48.0996068152031 763.0 observed 1 0
JA405297 Alvinella pompejana 47.6063829787234 752.0 observed 0 0
JA405298 Alvinella pompejana 48.1432360742706 754.0 observed 0 0
JA405299 Alvinella pompejana 47.9754601226994 815.0 observed 0 0
JA405300 Alvinella pompejana 47.6982097186701 782.0 observed 0 0
JA405301 Alvinella pompejana 45.1948051948052 770.0 observed 0 0
JA405302 Alvinella pompejana 44.8051948051948 770.0 observed 0 0
JA405303 Alvinella pompejana 46.4993394980185 757.0 observed 0 0
JA405304 Alvinella pompejana 44.6575342465754 730.0 observed 0 0
JA405305 Alvinella pompejana 44.478527607362 652.0 observed 0 0
JA405306 Alvinella pompejana 44.6843853820598 602.0 observed 0 0
JA405307 Alvinella pompejana 44.7552447552448 715.0 observed 0 0
JA405308 Alvinella pompejana 44.7108603667137 709.0 observed 0 0
JA405309 Alvinella pompejana 43.6339522546419 754.0 observed 0 0
JA405310 Alvinella pompejana 44.1524310118265 761.0 observed 0 0
JA405311 Alvinella pompejana 43.8761776581427 743.0 observed 0 0
JA405312 Alvinella pompejana 44.8863636363636 704.0 observed 0 0
JA405313 Alvinella pompejana 46.6494845360825 776.0 observed 0 0
JA470295 Alvinella pompejana 48.0996068152031 763.0 observed 1 0
JA470296 Alvinella pompejana 47.6063829787234 752.0 observed 0 0
JA470297 Alvinella pompejana 48.1432360742706 754.0 observed 0 0
JA470298 Alvinella pompejana 47.9754601226994 815.0 observed 0 0
JA470299 Alvinella pompejana 47.6982097186701 782.0 observed 0 0
JA470300 Alvinella pompejana 45.1948051948052 770.0 observed 0 0
JA470301 Alvinella pompejana 44.8051948051948 770.0 observed 0 0
JA470302 Alvinella pompejana 46.4993394980185 757.0 observed 0 0
JA470303 Alvinella pompejana 44.6575342465754 730.0 observed 0 0
JA470304 Alvinella pompejana 44.478527607362 652.0 observed 0 0
JA470305 Alvinella pompejana 44.6843853820598 602.0 observed 0 0
JA470306 Alvinella pompejana 44.7552447552448 715.0 observed 0 0
JA470307 Alvinella pompejana 44.7108603667137 709.0 observed 0 0
JA470308 Alvinella pompejana 43.6339522546419 754.0 observed 0 0
JA470309 Alvinella pompejana 44.1524310118265 761.0 observed 0 0
JA470310 Alvinella pompejana 43.8761776581427 743.0 observed 0 0
JA470311 Alvinella pompejana 44.8863636363636 704.0 observed 0 0
JA470312 Alvinella pompejana 46.6494845360825 776.0 observed 0 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 487.26ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT