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

✎ View and edit SQL

This data as json, CSV (advanced)

Patent_application_number 1

  • JP2007061100A · 18 ✖
ID ▼ Patent_application_number Sequence_accession_number
12850 JP2007061100A DD496159
12851 JP2007061100A DD496171
12852 JP2007061100A DD496191
85277 JP2007061100A DD496158
85278 JP2007061100A DD496160
85279 JP2007061100A DD496161
85280 JP2007061100A DD496162
85281 JP2007061100A DD496163
85282 JP2007061100A DD496164
85283 JP2007061100A DD496165
85284 JP2007061100A DD496166
85285 JP2007061100A DD496167
85286 JP2007061100A DD496168
85287 JP2007061100A DD496169
85288 JP2007061100A DD496170
85289 JP2007061100A DD496189
85290 JP2007061100A DD496190
85291 JP2007061100A DD496193

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