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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1613461 1613461 487101 487101 87532 8 0.416493172283569
1613462 1613462 487101 487101 137360 3 0.2861211566002
1613463 1613463 487101 487101 151639 1 0.151396341659172
1613464 1613464 487101 487101 175365 1 0.113547256244379
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 1972.345ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website