Applications_Sequences
Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT
- Patent_application_number
- Identifier for the patent application, referencing the Applications table. Searchable
- Sequence_accession_number
- Identifier for the genetic sequence as specified in INSDC databases, referencing the Sequences table. Searchable
- ID
- Unique identifier for each record (Primary Key)
5 rows where Patent_application_number = "US6503886B1"
This data as json, CSV (advanced)
Patent_application_number 1
- US6503886B1 · 5 ✖
| ID ▼ | Patent_application_number | Sequence_accession_number |
|---|---|---|
| 405280 | US6503886B1 | AR272196 |
| 405281 | US6503886B1 | AR272225 |
| 405282 | US6503886B1 | AR272226 |
| 405283 | US6503886B1 | AR272227 |
| 405284 | US6503886B1 | AR272228 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE Applications_Sequences (
Patent_application_number TEXT,
Sequence_accession_number TEXT,
ID INTEGER PRIMARY KEY,
FOREIGN KEY (Patent_application_number) REFERENCES Applications (Patent_application_number),
FOREIGN KEY (Sequence_accession_number) REFERENCES Sequences (Sequence_accession_number)
);