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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
807872 807872 281289 281289 48309 2 0.294437517567738
807873 807873 281289 281289 111164 4 0.416397530615761
807874 807874 281289 281289 183235 1 0.10409938265394
807875 807875 281289 281289 220088 1 0.13879917687192
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 538.508ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website