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)

27 rows where Patent_application_number = "JP2011509085A"

✎ View and edit SQL

This data as json, CSV (advanced)

Patent_application_number 1

  • JP2011509085A · 27 ✖
ID ▼ Patent_application_number Sequence_accession_number
12939 JP2011509085A HV331715
12940 JP2011509085A HV331740
12941 JP2011509085A HV331743
12942 JP2011509085A HV331768
12943 JP2011509085A HV331780
12944 JP2011509085A HV331800
12945 JP2011509085A HV331811
44002 JP2011509085A HV331716
44003 JP2011509085A HV331717
44004 JP2011509085A HV331734
44005 JP2011509085A HV331737
44006 JP2011509085A HV331749
44007 JP2011509085A HV331752
44008 JP2011509085A HV331767
44009 JP2011509085A HV331771
44010 JP2011509085A HV331779
44011 JP2011509085A HV331781
44012 JP2011509085A HV331782
44013 JP2011509085A HV331783
44014 JP2011509085A HV331784
44015 JP2011509085A HV331785
44016 JP2011509085A HV331786
44017 JP2011509085A HV331787
44018 JP2011509085A HV331794
44019 JP2011509085A HV331799
44020 JP2011509085A HV331810
44021 JP2011509085A HV331831

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