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

✎ View and edit SQL

This data as json, CSV (advanced)

Patent_application_number 1

  • JP2010516271A · 22 ✖
ID ▼ Patent_application_number Sequence_accession_number
12870 JP2010516271A FW376087
12871 JP2010516271A FW376089
12872 JP2010516271A FW376101
168984 JP2010516271A FW376080
168985 JP2010516271A FW376081
168986 JP2010516271A FW376082
168987 JP2010516271A FW376083
168988 JP2010516271A FW376084
168989 JP2010516271A FW376085
168990 JP2010516271A FW376086
168991 JP2010516271A FW376088
168992 JP2010516271A FW376090
168993 JP2010516271A FW376091
168994 JP2010516271A FW376092
168995 JP2010516271A FW376093
168996 JP2010516271A FW376094
168997 JP2010516271A FW376095
168998 JP2010516271A FW376096
168999 JP2010516271A FW376097
169000 JP2010516271A FW376098
169001 JP2010516271A FW376099
169002 JP2010516271A FW376100

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