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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
768330 768330 268893 268893 10531 2 0.287878963494595
768331 768331 268893 268893 92586 5 0.407122334495965
768332 768332 268893 268893 228167 1 0.101780583623991
768333 768333 268893 268893 296424 2 0.166206997067635
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 859.685ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website