home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 155101

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
430858 430858 155101 155101 3317 8 0.331812036497736
430859 430859 155101 155101 61065 1 0.0663624072995473
430860 430860 155101 155101 146453 2 0.165906018248868
430861 430861 155101 155101 169778 1 0.0829530091244341
430862 430862 155101 155101 169883 1 0.110604012165912
430863 430863 155101 155101 171949 1 0.055302006082956
430864 430864 155101 155101 202548 1 0.0829530091244341
430865 430865 155101 155101 228808 2 0.08567349942846
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 1659.454ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website