home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 343315

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
955992 955992 343315 343315 8375 3 0.317222136314584
955993 955993 343315 343315 31389 1 0.133224949011788
955994 955994 343315 343315 181050 2 0.399674847035365
955995 955995 343315 343315 309143 1 0.0999187117588413
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 486.203ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website