home / zeropm-v0-0-4

consensus_index

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

13 rows where inchi_id = 159978

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
110141 110141 38580 38580 159978 1 0.338754020292292
194238 194238 68974 68974 159978 1 0.345877454374409
362549 362549 123129 123129 159978 1 0.357311516545769
555150 555150 218856 218856 159978 1 0.357311516545769
710284 710284 251992 251992 159978 1 0.338754020292292
1062406 1062406 375088 375088 159978 1 0.35451191557036
1062408 1062408 375089 375089 159978 1 0.35451191557036
1286295 1286295 422823 422823 159978 1 0.35451191557036
1286297 1286297 422824 422824 159978 1 0.35451191557036
1500824 1500824 464270 464270 159978 1 0.35451191557036
1500826 1500826 464271 464271 159978 1 0.35451191557036
1600633 1600633 483532 483532 159978 1 0.35451191557036
1671913 1671913 507314 507314 159978 1 0.35451191557036
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 1080.148ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website