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

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: Patent_application_number

ID ▼ Patent_application_number Sequence_accession_number
17700 JP2001245677A BD017415
32670 JP2001245677A BD017412
38822 JP2001245677A BD017416
39267 JP2001245677A BD017417
43395 JP2001245677A BD017418
191218 JP2001245677A BD017390
191219 JP2001245677A BD017391
191220 JP2001245677A BD017392
191221 JP2001245677A BD017393
191222 JP2001245677A BD017395
191223 JP2001245677A BD017396
191224 JP2001245677A BD017397
191225 JP2001245677A BD017398
191226 JP2001245677A BD017399
191227 JP2001245677A BD017400
191228 JP2001245677A BD017411
191229 JP2001245677A BD017413
191230 JP2001245677A BD017414

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