Marine_Sequences
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)
19 rows where Is_annotated = 1, Is_protein_coding_sequence = 1 and Species_name = "Takifugu rubripes"
This data as json, CSV (advanced)
Suggested facets: Sequence_length
Species_name 1
- Takifugu rubripes · 19 ✖
Sequence_status 1
- observed 19
Is_protein_coding_sequence 1
- 1 · 19 ✖
Is_annotated 1
- 1 · 19 ✖
Sequence_accession_number ▼ | Species_name | GC_content | Sequence_length | Sequence_status | Is_protein_coding_sequence | Is_annotated |
---|---|---|---|---|---|---|
CS000270 | Takifugu rubripes | 55.5246053853296 | 2154.0 | observed | 1 | 1 |
CS398045 | Takifugu rubripes | 54.9659863945578 | 735.0 | observed | 1 | 1 |
DD353803 | Takifugu rubripes | 59.190031152648 | 963.0 | observed | 1 | 1 |
DD404519 | Takifugu rubripes | 53.1490015360983 | 2604.0 | observed | 1 | 1 |
DD404520 | Takifugu rubripes | 55.9190031152648 | 1926.0 | observed | 1 | 1 |
DD408772 | Takifugu rubripes | 51.6666666666667 | 240.0 | observed | 1 | 1 |
E32705 | Takifugu rubripes | 55.7377049180328 | 183.0 | observed | 1 | 1 |
E32707 | Takifugu rubripes | 52.4590163934426 | 183.0 | observed | 1 | 1 |
FB718532 | Takifugu rubripes | 51.789077212806 | 1593.0 | observed | 1 | 1 |
HB892170 | Takifugu rubripes | 52.901023890785 | 1758.0 | observed | 1 | 1 |
HV818120 | Takifugu rubripes | 49.390243902439 | 492.0 | observed | 1 | 1 |
HV818121 | Takifugu rubripes | 55.6818181818182 | 528.0 | observed | 1 | 1 |
HW118135 | Takifugu rubripes | 49.9131944444444 | 1152.0 | observed | 1 | 1 |
HW118137 | Takifugu rubripes | 55.6776556776557 | 546.0 | observed | 1 | 1 |
HW118140 | Takifugu rubripes | 54.6044098573281 | 771.0 | observed | 1 | 1 |
HW118146 | Takifugu rubripes | 55.2486187845304 | 543.0 | observed | 1 | 1 |
HW118148 | Takifugu rubripes | 57.185628742515 | 1002.0 | observed | 1 | 1 |
JD591135 | Takifugu rubripes | 59.748427672956 | 318.0 | observed | 1 | 1 |
MB022533 | Takifugu rubripes | 57.6883384932921 | 969.0 | observed | 1 | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
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) );