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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1298886 1298886 424656 424656 53939 3 0.321604081614305
1298887 1298887 424656 424656 64478 1 0.101298938039493
1298888 1298888 424656 424656 115796 5 0.405195752157972
1298889 1298889 424656 424656 199632 1 0.135065250719324
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 762.657ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website