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

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: Patent_application_number

ID ▼ Patent_application_number Sequence_accession_number
13253 KR20200083595A OF040689
14037 KR20200083595A OF040706
21580 KR20200083595A OF040695
21581 KR20200083595A OF040703
21582 KR20200083595A OF040710
21583 KR20200083595A OF040711
29711 KR20200083595A OF040686
29743 KR20200083595A OF040691
29744 KR20200083595A OF040698
29745 KR20200083595A OF040699
29773 KR20200083595A OF040707
93919 KR20200083595A OF040685
93920 KR20200083595A OF040709
93921 KR20200083595A OF040712
93922 KR20200083595A OF040713
93923 KR20200083595A OF040714
93924 KR20200083595A OF040715

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