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)

15 rows where Patent_application_number = "KR20190104404A"

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: Patent_application_number

ID ▼ Patent_application_number Sequence_accession_number
8909 KR20190104404A LY747378
84398 KR20190104404A LY747354
84399 KR20190104404A LY747355
84400 KR20190104404A LY747356
84401 KR20190104404A LY747357
84402 KR20190104404A LY747358
84403 KR20190104404A LY747359
84404 KR20190104404A LY747360
84405 KR20190104404A LY747361
84406 KR20190104404A LY747362
84407 KR20190104404A LY747367
84408 KR20190104404A LY747368
84409 KR20190104404A LY747373
84410 KR20190104404A LY747375
84411 KR20190104404A LY747376

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