home / zeropm-v0-0-4

consensus_index

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

14 rows where inchi_id = 108147

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
53772 53772 16746 16746 108147 4 0.466666666666667
88575 88575 31661 31661 108147 4 0.466666666666667
169464 169464 60433 60433 108147 6 0.473684210526316
323169 323169 108873 108873 108147 5 0.466666666666667
574154 574154 224966 224966 108147 3 0.454545454545455
689299 689299 245805 245805 108147 4 0.466666666666667
774383 774383 270876 270876 108147 3 0.454545454545455
774385 774385 270877 270877 108147 3 0.454545454545455
900800 900800 316996 316996 108147 3 0.454545454545455
1038659 1038659 368037 368037 108147 6 0.473684210526316
1258563 1258563 414612 414612 108147 6 0.473684210526316
1483574 1483574 459062 459062 108147 6 0.473684210526316
1595967 1595967 481777 481777 108147 6 0.473684210526316
1666834 1666834 505438 505438 108147 6 0.473684210526316
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 1204.136ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website