home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 223266

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
569294 569294 223266 223266 76 2 0.278970680591496
569295 569295 223266 223266 26437 2 0.0569446517205093
569296 569296 223266 223266 26542 2 0.0527205031373951
569297 569297 223266 223266 56208 2 0.0882182751076456
569298 569298 223266 223266 59926 1 0.046495113431916
569299 569299 223266 223266 162060 1 0.0557941361182992
569300 569300 223266 223266 216461 3 0.221419175919613
569301 569301 223266 223266 216569 2 0.092990226863832
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 844.801ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website