home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

8 rows where inventory_id = 489397

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1620645 1620645 489397 489397 10434 6 0.300476162837357
1620646 1620646 489397 489397 104489 1 0.0481818698866515
1620647 1620647 489397 489397 137442 3 0.267693828303529
1620648 1620648 489397 489397 173322 1 0.112424363068853
1620649 1620649 489397 489397 173923 1 0.0421591361508201
1620650 1620650 489397 489397 223564 1 0.0562121815344267
1620651 1620651 489397 489397 239471 1 0.0674546178413121
1620652 1620652 489397 489397 259314 1 0.0843182723016401
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 1154.826ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website