home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 297282

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
859363 859363 297282 297282 2171 1 0.103896103896104
859364 859364 297282 297282 76108 1 0.155844155844156
859365 859365 297282 297282 91263 3 0.311688311688312
859366 859366 297282 297282 115151 1 0.311688311688312
859367 859367 297282 297282 141016 1 0.0779220779220779
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 893.777ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website