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)

22 rows where Patent_application_number = "JP2018201513A"

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: Patent_application_number

ID ▼ Patent_application_number Sequence_accession_number
18570 JP2018201513A MC422328
90241 JP2018201513A MC422329
90242 JP2018201513A MC422331
90243 JP2018201513A MC422332
90244 JP2018201513A MC422338
90245 JP2018201513A MC422339
90246 JP2018201513A MC422341
90247 JP2018201513A MC422342
90248 JP2018201513A MC422343
90249 JP2018201513A MC422344
90250 JP2018201513A MC422345
90251 JP2018201513A MC422346
90252 JP2018201513A MC422347
90253 JP2018201513A MC422348
90254 JP2018201513A MC422349
90255 JP2018201513A MC422351
90256 JP2018201513A MC422352
90257 JP2018201513A MC422353
90258 JP2018201513A MC422354
90259 JP2018201513A MC422355
90260 JP2018201513A MC422357
90261 JP2018201513A MC422359

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