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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
727433 727433 256849 256849 43801 1 0.0595192674551698
727434 727434 256849 256849 43802 1 0.148798168637924
727435 727435 256849 256849 74743 6 0.297596337275849
727436 727436 256849 256849 115267 2 0.297596337275849
727437 727437 256849 256849 159133 1 0.0991987790919496
727438 727438 256849 256849 198566 1 0.0743990843189622
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 1369.759ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website