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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
50349 50349 15622 15622 805 1 0.18214538395099
50350 50350 15622 15622 9076 3 0.213038533442516
50351 50351 15622 15622 115275 6 0.364290767901981
50352 50352 15622 15622 248113 1 0.121430255967327
50353 50353 15622 15622 287867 1 0.0910726919754952
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 925.617ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website