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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1547768 1547768 471303 471303 73586 8 0.434478064554141
1547769 1547769 471303 471303 134356 3 0.172422734182588
1547770 1547770 471303 471303 151687 1 0.217239032277071
1547771 1547771 471303 471303 188403 1 0.144826021518047
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 926.081ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website