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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
807518 807518 281180 281180 47923 7 0.45993031358885
807519 807519 281180 281180 144011 1 0.229965156794425
807520 807520 281180 281180 213654 1 0.114982578397213
807521 807521 281180 281180 213671 1 0.153310104529617
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 1119.566ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website