home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 501866

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1656220 1656220 501866 501866 2419 1 0.131377530231506
1656221 1656221 501866 501866 2535 5 0.343112348842472
1656222 1656222 501866 501866 146390 4 0.394132590694517
1656223 1656223 501866 501866 279169 1 0.0985331476736292
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 551.984ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website