home / zeropm-v0-0-4

consensus_index

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

10 rows where inventory_id = 100155

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
296006 296006 100155 100155 30972 1 0.0773390026391953
296007 296007 100155 100155 73641 8 0.309356010556781
296008 296008 100155 100155 138962 2 0.109373866432759
296009 296009 100155 100155 139980 2 0.103118670185594
296010 296010 100155 100155 145036 1 0.0386695013195977
296011 296011 100155 100155 166016 1 0.0343728900618646
296012 296012 100155 100155 201415 1 0.154678005278391
296013 296013 100155 100155 284665 1 0.0618712021113563
296014 296014 100155 100155 284667 1 0.0515593350927969
296015 296015 100155 100155 284668 1 0.0441937157938259
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 1372.73ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website