home / zeropm-v0-0-4

consensus_index

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

18 rows where inchi_id = 140673

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
3681 3681 1043 1043 140673 1 0.3125
118514 118514 41327 41327 140673 1 0.3125
161482 161482 57953 57953 140673 1 0.3125
199008 199008 70758 70758 140673 1 0.3125
231489 231489 79205 79205 140673 2 0.260869565217391
435956 435956 156436 156436 140673 2 0.260869565217391
520958 520958 207955 207955 140673 2 0.260869565217391
520961 520961 207956 207956 140673 2 0.260869565217391
520964 520964 207957 207957 140673 2 0.260869565217391
564065 564065 221617 221617 140673 2 0.260869565217391
662257 662257 237330 237330 140673 2 0.261744966442953
699438 699438 249259 249259 140673 2 0.263736263736264
793652 793652 277007 277007 140673 2 0.260869565217391
793654 793654 277008 277008 140673 1 0.304347826086957
793656 793656 277009 277009 140673 1 0.3125
933447 933447 332578 332578 140673 1 0.3
1622489 1622489 489891 489891 140673 1 0.3125
1724115 1724115 527963 527963 140673 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 3554.606ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website