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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
915444 915444 324323 324323 2321 2 0.134591121916179
915445 915445 324323 324323 45335 1 0.16483978630168
915446 915446 324323 324323 58158 2 0.32967957260336
915447 915447 324323 324323 248582 2 0.32967957260336
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 1124.215ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website