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 = "WO2009046248A1"

✎ View and edit SQL

This data as json, CSV (advanced)

Patent_application_number 1

  • WO2009046248A1 · 16 ✖
ID ▼ Patent_application_number Sequence_accession_number
41762 WO2009046248A1 GN363296
191110 WO2009046248A1 GN363271
191111 WO2009046248A1 GN363272
191112 WO2009046248A1 GN363274
191113 WO2009046248A1 GN363278
191114 WO2009046248A1 GN363280
191115 WO2009046248A1 GN363282
191116 WO2009046248A1 GN363284
191117 WO2009046248A1 GN363285
191118 WO2009046248A1 GN363291
191119 WO2009046248A1 GN363294
191120 WO2009046248A1 GN363298
191121 WO2009046248A1 GN363301
191122 WO2009046248A1 GN363303
191123 WO2009046248A1 GN363307
191124 WO2009046248A1 GN363333

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