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)

20 rows where Patent_application_number = "JP2019503657A"

✎ View and edit SQL

This data as json, CSV (advanced)

Patent_application_number 1

  • JP2019503657A · 20 ✖
ID ▼ Patent_application_number Sequence_accession_number
12283 JP2019503657A MA887259
12284 JP2019503657A MA887271
89288 JP2019503657A MA887249
89289 JP2019503657A MA887250
89290 JP2019503657A MA887251
89291 JP2019503657A MA887257
89292 JP2019503657A MA887258
89293 JP2019503657A MA887260
89294 JP2019503657A MA887261
89295 JP2019503657A MA887263
89296 JP2019503657A MA887264
89297 JP2019503657A MA887265
89298 JP2019503657A MA887266
89299 JP2019503657A MA887267
89300 JP2019503657A MA887268
89301 JP2019503657A MA887269
89302 JP2019503657A MA887270
89303 JP2019503657A MA887272
89304 JP2019503657A MA887273
89305 JP2019503657A MA887278

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