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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
17283 17283 5056 5056 291896 1 0.0500960063839862
82182 82182 29602 29602 291896 1 0.0500960063839862
128107 128107 45791 45791 291896 1 0.0500960063839862
425215 425215 153481 153481 291896 1 0.050193792828218
539274 539274 213795 213795 291896 1 0.050193792828218
665811 665811 238420 238420 291896 1 0.0491612130634369
728386 728386 257090 257090 291896 1 0.0497741310519926
842730 842730 292051 292051 291896 1 0.0497741310519926
842739 842739 292052 292052 291896 1 0.0491612130634369
1610744 1610744 486212 486212 291896 1 0.0497741310519926
1716855 1716855 525794 525794 291896 1 0.0491612130634369
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 3574.395ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website