home / zeropm-v0-0-4

consensus_index

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

9 rows where inventory_id = 153266

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
423862 423862 153266 153266 63030 5 0.255965156754381
423863 423863 153266 153266 159398 1 0.067549609843926
423864 423864 153266 153266 180040 3 0.268070804315724
423865 423865 153266 153266 181393 3 0.092934957248275
423866 423866 153266 153266 181898 3 0.102288155904312
423867 423867 153266 153266 237772 1 0.056291341536605
423868 423868 153266 153266 274618 1 0.0422185061524538
423869 423869 153266 153266 309487 2 0.0503485064882025
423870 423870 153266 153266 321366 1 0.04824972131709
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 1251.924ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website