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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
788080 788080 275192 275192 3609 1 0.0506733462251654
788081 788081 275192 275192 30166 5 0.352909680803338
788082 788082 275192 275192 217547 1 0.0810773539602646
788083 788083 275192 275192 230718 1 0.0675644616335538
788084 788084 275192 275192 259380 1 0.101346692450331
788085 788085 275192 275192 263376 1 0.135128923267108
788086 788086 275192 275192 263823 1 0.0579123956859033
788087 788087 275192 275192 320696 1 0.0450429744223692
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 823.688ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website