home / zeropm-v0-0-4

consensus_index

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

9 rows where inventory_id = 292051

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
842724 842724 292051 292051 75435 8 0.348418917363948
842725 842725 292051 292051 171213 3 0.152185979876858
842726 842726 292051 292051 195604 2 0.100579877865417
842727 842727 292051 292051 198331 1 0.058069819560658
842728 842728 292051 292051 208530 2 0.123184689580862
842729 842729 292051 292051 208531 2 0.0696837834727896
842730 842730 292051 292051 291896 1 0.0497741310519926
842731 842731 292051 292051 310261 1 0.0435523646704935
842732 842732 292051 292051 326635 1 0.0387132130404387
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 3046.817ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website