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)

where Patent_application_number = "JP2016144416A"

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: Patent_application_number

ID ▼ Patent_application_number Sequence_accession_number
35709 JP2016144416A LF644276
71357 JP2016144416A LF644270
71358 JP2016144416A LF644271
71359 JP2016144416A LF644272
71360 JP2016144416A LF644273
71361 JP2016144416A LF644274
71362 JP2016144416A LF644275
71363 JP2016144416A LF644277
71364 JP2016144416A LF644278
71365 JP2016144416A LF644279
71366 JP2016144416A LF644280
71367 JP2016144416A LF644281
71368 JP2016144416A LF644282
71369 JP2016144416A LF644283
71370 JP2016144416A LF644284
71371 JP2016144416A LF644285
71372 JP2016144416A LF644286
71373 JP2016144416A LF644287
71374 JP2016144416A LF644293
71375 JP2016144416A LF644298
71376 JP2016144416A LF644299

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