home / MABPAT_dataset

Applications_Sequences

Links patent applications to specific genetic sequences, enabling the tracking of which sequences are claimed in which patents.

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)

16 rows where Patent_application_number = "JP2005537784A"

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: Patent_application_number

ID ▼ Patent_application_number Sequence_accession_number
2741 JP2005537784A DD288437
83492 JP2005537784A DD288438
83493 JP2005537784A DD288439
83494 JP2005537784A DD288440
83495 JP2005537784A DD288441
83496 JP2005537784A DD288442
83497 JP2005537784A DD288443
83498 JP2005537784A DD288444
83499 JP2005537784A DD288445
83500 JP2005537784A DD288446
83501 JP2005537784A DD288461
83502 JP2005537784A DD288462
83503 JP2005537784A DD288463
83504 JP2005537784A DD288464
83505 JP2005537784A DD288465
83506 JP2005537784A DD288473

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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)
    );
Powered by Datasette · Queries took 2472.989ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT