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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
192821 192821 68531 68531 1937 12 0.336448598130841
192822 192822 68531 68531 8783 1 0.0841121495327103
192823 192823 68531 68531 13130 1 0.11214953271028
192824 192824 68531 68531 47354 1 0.11214953271028
192825 192825 68531 68531 48819 1 0.168224299065421
192826 192826 68531 68531 160711 1 0.168224299065421
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 2205.971ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website