home / zeropm-v0-0-4

consensus_index

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

4 rows where inchi_id = 29235

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
786488 786488 274742 274742 29235 3 0.416681896796091
786490 786490 274743 274743 29235 2 0.385952821335335
926216 926216 329342 329342 29235 2 0.377370477736613
1751756 1751756 536627 536627 29235 3 0.416681896796091
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 1501.682ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website