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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1610738 1610738 486212 486212 75435 8 0.348418917363948
1610739 1610739 486212 486212 171213 3 0.152185979876858
1610740 1610740 486212 486212 195604 2 0.100579877865417
1610741 1610741 486212 486212 198331 1 0.058069819560658
1610742 1610742 486212 486212 208530 2 0.123184689580862
1610743 1610743 486212 486212 208531 2 0.0696837834727896
1610744 1610744 486212 486212 291896 1 0.0497741310519926
1610745 1610745 486212 486212 310261 1 0.0435523646704935
1610746 1610746 486212 486212 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 2999.08ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website