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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
121794 121794 42326 42326 62941 5 0.333426983929139
121795 121795 42326 42326 107834 2 0.333426983929139
121796 121796 42326 42326 154264 1 0.16671349196457
121797 121797 42326 42326 279168 2 0.136120996183593
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 858.393ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website