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 = 208531

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
17282 17282 5056 5056 208531 2 0.0701344089375807
82181 82181 29602 29602 208531 2 0.0701344089375807
128106 128106 45791 45791 208531 2 0.0701344089375807
425214 425214 153481 153481 208531 2 0.0702713099595051
539273 539273 213795 213795 208531 2 0.0702713099595051
665810 665810 238420 238420 208531 1 0.0688256982888116
728385 728385 257090 257090 208531 2 0.0696837834727896
842729 842729 292051 292051 208531 2 0.0696837834727896
842738 842738 292052 292052 208531 1 0.0688256982888116
1610743 1610743 486212 486212 208531 2 0.0696837834727896
1716854 1716854 525794 525794 208531 1 0.0688256982888116
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 3482.6ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website