home / zeropm-v0-0-4

consensus_index

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

11 rows where inventory_id = 286814

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
826353 826353 286814 286814 24706 1 0.0233098660873555
826354 826354 286814 286814 62526 5 0.150207381966131
826355 826355 286814 286814 118621 2 0.233098660873555
826356 826356 286814 286814 203658 2 0.233098660873555
826357 826357 286814 286814 256510 2 0.116549330436777
826358 826358 286814 286814 257671 2 0.0582746652183887
826359 826359 286814 286814 262055 1 0.0291373326091944
826360 826360 286814 286814 264762 1 0.0388497768122591
826361 826361 286814 286814 265971 1 0.0258998512081728
826362 826362 286814 286814 269452 1 0.046619732174711
826363 826363 286814 286814 307714 1 0.0332998086962221
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 2147.855ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website