home / zeropm-v0-0-4

consensus_index

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

19 rows where inventory_id = 210266

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
529721 529721 210266 210266 48124 1 0.0138326140276805
529722 529722 210266 210266 51071 3 0.0911144894534137
529723 529723 210266 210266 97999 3 0.26281966652593
529724 529724 210266 210266 175573 1 0.0238926969569027
529725 529725 210266 210266 189494 2 0.0758695026085365
529726 529726 210266 210266 230089 1 0.0876065555086432
529727 529727 210266 210266 239398 2 0.131409833262965
529728 529728 210266 210266 243478 1 0.026281966652593
529729 529729 210266 210266 246839 1 0.0525639333051859
529730 529730 210266 210266 255497 1 0.0375456666465614
529731 529731 210266 210266 259365 1 0.0328524583157412
529732 529732 210266 210266 261043 1 0.0292021851695477
529733 529733 210266 210266 262070 1 0.0219016388771608
529734 529734 210266 210266 284350 1 0.0146010925847739
529735 529735 210266 210266 290024 1 0.0202168974250715
529736 529736 210266 210266 292559 1 0.0187728333232807
529737 529737 210266 210266 309691 1 0.0175213111017286
529738 529738 210266 210266 320930 1 0.0164262291578706
529739 529739 210266 210266 326150 1 0.0154599803838782
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 902.881ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website