home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

8 rows where inchi_id = 146692

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
21428 21428 6319 6319 146692 1 0.3125
129195 129195 46065 46065 146692 1 0.318181818181818
220115 220115 76212 76212 146692 1 0.307692307692308
670054 670054 239957 239957 146692 1 0.3125
739622 739622 260616 260616 146692 1 0.3125
739624 739624 260617 260617 146692 1 0.3125
954522 954522 342708 342708 146692 1 0.3
1614843 1614843 487557 487557 146692 1 0.3125
CREATE TABLE [consensus_index] (
        [inventory_id] integer,
        [inchi_id] text,
        [consensus_score] text,
        [consensus_count] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);
Powered by Datasette · Queries took 2739.339ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website