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

✎ View and edit SQL

This data as json, CSV (advanced)

Patent_application_number 1

  • US8828694B2 · 18 ✖
ID ▼ Patent_application_number Sequence_accession_number
399767 US8828694B2 HK128687
399902 US8828694B2 HK128845
407795 US8828694B2 HK128793
407907 US8828694B2 HK128791
408005 US8828694B2 HK128745
408062 US8828694B2 HK128897
408462 US8828694B2 HK128809
456792 US8828694B2 HK128840
456793 US8828694B2 HK128839
456917 US8828694B2 HK128843
458341 US8828694B2 HK128743
458887 US8828694B2 HK128801
458895 US8828694B2 HK128813
458916 US8828694B2 HK128797
458986 US8828694B2 HK128737
458988 US8828694B2 HK128736
459954 US8828694B2 HK128742
459961 US8828694B2 HK128796

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