home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 424326

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1297353 1297353 424326 424326 52789 5 0.364904890532592
1297354 1297354 424326 424326 143264 2 0.25802672258373
1297355 1297355 424326 424326 195112 1 0.0912262226331479
1297356 1297356 424326 424326 263044 1 0.121634963510864
1297357 1297357 424326 424326 267210 1 0.0729809781065183
1297358 1297358 424326 424326 272850 1 0.0608174817554319
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 793.601ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website