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

✎ View and edit SQL

This data as json, CSV (advanced)

Patent_application_number 1

  • KR20150037771A · 17 ✖
ID ▼ Patent_application_number Sequence_accession_number
13232 KR20150037771A LG045234
14022 KR20150037771A LG045251
21534 KR20150037771A LG045240
21535 KR20150037771A LG045248
21536 KR20150037771A LG045255
21537 KR20150037771A LG045256
29702 KR20150037771A LG045231
29715 KR20150037771A LG045236
29716 KR20150037771A LG045243
29717 KR20150037771A LG045244
29761 KR20150037771A LG045252
72136 KR20150037771A LG045230
72137 KR20150037771A LG045254
72138 KR20150037771A LG045257
72139 KR20150037771A LG045258
72140 KR20150037771A LG045259
72141 KR20150037771A LG045260

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