home / zeropm-v0-0-4

consensus_index

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

10 rows where inventory_id = 297345

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
859664 859664 297345 297345 91408 4 0.315324042525568
859665 859665 297345 297345 138276 7 0.200255314806047
859666 859666 297345 297345 138277 2 0.0910262104170489
859667 859667 297345 297345 140471 1 0.0315324042525568
859668 859668 297345 297345 140477 1 0.078831010631392
859669 859669 297345 297345 194527 1 0.0525540070875947
859670 859670 297345 297345 217733 1 0.0630648085051136
859671 859671 297345 297345 228730 2 0.0688093473006138
859672 859672 297345 297345 310122 2 0.0498571087696294
859673 859673 297345 297345 321822 1 0.0350360047250631
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 1997.967ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website