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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
758726 758726 266334 266334 7100 2 0.228043237486064
758727 758727 266334 266334 20724 1 0.0570108093715159
758728 758728 266334 266334 26172 1 0.0760144124953546
758729 758729 266334 266334 138341 2 0.080625459815065
758730 758730 266334 266334 149192 1 0.0760144124953546
758731 758731 266334 266334 151752 1 0.114021618743032
758732 758732 266334 266334 190485 2 0.228043237486064
758733 758733 266334 266334 195851 1 0.0456086474972128
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 2412.246ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website