home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 201266

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
502930 502930 201266 201266 5833 1 0.276497695852535
502931 502931 201266 201266 115942 2 0.276497695852535
502932 502932 201266 201266 122163 1 0.138248847926267
502933 502933 201266 201266 240140 1 0.0552995391705069
502934 502934 201266 201266 263314 1 0.0921658986175115
502935 502935 201266 201266 280157 1 0.0691244239631336
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 2208.099ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website