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)

17 rows where Patent_application_number = "WO1996005492A1"

✎ View and edit SQL

This data as json, CSV (advanced)

Patent_application_number 1

  • WO1996005492A1 · 17 ✖
ID ▼ Patent_application_number Sequence_accession_number
444637 WO1996005492A1 A52720
444638 WO1996005492A1 A52721
444639 WO1996005492A1 A52722
444648 WO1996005492A1 A52719
444650 WO1996005492A1 A52718
444651 WO1996005492A1 A52716
444659 WO1996005492A1 A52706
444660 WO1996005492A1 A52707
444661 WO1996005492A1 A52708
444662 WO1996005492A1 A52709
444663 WO1996005492A1 A52710
444664 WO1996005492A1 A52711
444665 WO1996005492A1 A52712
444666 WO1996005492A1 A52713
444667 WO1996005492A1 A52714
444668 WO1996005492A1 A52715
444672 WO1996005492A1 A52717

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