home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 10266

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
34712 34712 10266 10266 13402 7 0.264724467279871
34713 34713 10266 10266 17707 1 0.0712585423012952
34714 34714 10266 10266 187648 3 0.107904470525736
34715 34715 10266 10266 187701 2 0.0919943825359777
34716 34716 10266 10266 191842 4 0.356292711506476
34717 34717 10266 10266 202077 1 0.089073177876619
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 2017.054ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website