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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
380793 380793 130233 130233 62812 1 0.1274694523562
380794 380794 130233 130233 112792 1 0.3824083570686
380795 380795 130233 130233 145623 7 0.284128317361091
380796 380796 130233 130233 297879 1 0.0956020892671499
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 949.907ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website