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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
502302 502302 200543 200543 6671 1 0.251497005988024
502303 502303 200543 200543 34731 1 0.0838323353293413
502304 502304 200543 200543 116296 1 0.251497005988024
502305 502305 200543 200543 142035 1 0.125748502994012
502306 502306 200543 200543 332793 2 0.251497005988024
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 485.509ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website