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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
185072 185072 66010 66010 54029 1 0.187586281633667
185073 185073 66010 66010 81211 1 0.375172563267334
185074 185074 66010 66010 91293 4 0.265287063601471
185075 185075 66010 66010 101864 1 0.125057521089111
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 1619.605ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website