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

✎ View and edit SQL

This data as json, CSV (advanced)

Patent_application_number 1

  • WO2009024862A2 · 22 ✖
ID ▼ Patent_application_number Sequence_accession_number
12882 WO2009024862A2 GN071106
12883 WO2009024862A2 GN071108
12884 WO2009024862A2 GN071120
178319 WO2009024862A2 GN071081
178320 WO2009024862A2 GN071093
178321 WO2009024862A2 GN071096
178322 WO2009024862A2 GN071099
178323 WO2009024862A2 GN071101
178324 WO2009024862A2 GN071103
178325 WO2009024862A2 GN071105
178326 WO2009024862A2 GN071107
178327 WO2009024862A2 GN071109
178328 WO2009024862A2 GN071110
178329 WO2009024862A2 GN071111
178330 WO2009024862A2 GN071112
178331 WO2009024862A2 GN071113
178332 WO2009024862A2 GN071114
178333 WO2009024862A2 GN071115
178334 WO2009024862A2 GN071116
178335 WO2009024862A2 GN071117
178336 WO2009024862A2 GN071118
178337 WO2009024862A2 GN071119

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