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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
758706 758706 266326 266326 6077 1 0.168384141352968
758707 758707 266326 266326 217469 7 0.263172700328437
758708 758708 266326 266326 231953 1 0.252576212029452
758709 758709 266326 266326 330165 1 0.101030484811781
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 1053.24ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website