home / zeropm-v0-0-4

consensus_index

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

7 rows where inventory_id = 413866

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1256358 1256358 413866 413866 15736 6 0.259419394688079
1256359 1256359 413866 413866 23497 1 0.12970969734404
1256360 1256360 413866 413866 46326 1 0.0648548486720198
1256361 1256361 413866 413866 97844 2 0.259419394688079
1256362 1256362 413866 413866 196732 1 0.086473131562693
1256363 1256363 413866 413866 227411 1 0.0518838789376158
1256364 1256364 413866 413866 275039 1 0.12970969734404
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 1458.378ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website