home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 123363

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
363118 363118 123363 123363 50281 7 0.334661354581673
363119 363119 123363 123363 60769 1 0.167330677290837
363120 363120 123363 123363 149130 2 0.0836653386454183
363121 363121 123363 123363 204769 1 0.167330677290837
363122 363122 123363 123363 220598 1 0.111553784860558
363123 363123 123363 123363 256543 1 0.111553784860558
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 1600.275ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website