home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 465881

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1509543 1509543 465881 465881 20602 1 0.169101044424527
1509544 1509544 465881 465881 47159 3 0.197781781379056
1509545 1509545 465881 465881 194351 4 0.338202088849054
1509546 1509546 465881 465881 287132 1 0.112734029616351
1509547 1509547 465881 465881 292699 1 0.0845505222122636
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 1012.803ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website