home / zeropm-v0-0-4

consensus_index

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

11 rows where inchi_id = 310261

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
17284 17284 5056 5056 310261 1 0.0438340055859879
82183 82183 29602 29602 310261 1 0.0438340055859879
128108 128108 45791 45791 310261 1 0.0438340055859879
425216 425216 153481 153481 310261 1 0.0439195687246907
539275 539275 213795 213795 310261 1 0.0439195687246907
665812 665812 238420 238420 310261 1 0.0430160614305073
728387 728387 257090 257090 310261 1 0.0435523646704935
842731 842731 292051 292051 310261 1 0.0435523646704935
842740 842740 292052 292052 310261 1 0.0430160614305073
1610745 1610745 486212 486212 310261 1 0.0435523646704935
1716856 1716856 525794 525794 310261 1 0.0430160614305073
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 3132.995ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website