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)

18 rows where Patent_application_number = "JP2015130865A"

✎ View and edit SQL

This data as json, CSV (advanced)

Patent_application_number 1

  • JP2015130865A · 18 ✖
ID ▼ Patent_application_number Sequence_accession_number
17450 JP2015130865A HZ163704
21266 JP2015130865A HZ163709
50299 JP2015130865A HZ163694
50300 JP2015130865A HZ163695
50301 JP2015130865A HZ163696
50302 JP2015130865A HZ163697
50303 JP2015130865A HZ163698
50304 JP2015130865A HZ163699
50305 JP2015130865A HZ163700
50306 JP2015130865A HZ163701
50307 JP2015130865A HZ163702
50308 JP2015130865A HZ163703
50309 JP2015130865A HZ163705
50310 JP2015130865A HZ163708
50311 JP2015130865A HZ163711
50312 JP2015130865A HZ163712
50313 JP2015130865A HZ163713
50314 JP2015130865A HZ163716

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