home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 74123

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
211808 211808 74123 74123 58692 5 0.0969341794269156
211809 211809 74123 74123 84281 2 0.098082649857682
211810 211810 74123 74123 120155 1 0.277419627324451
211811 211811 74123 74123 137649 4 0.277419627324451
211812 211812 74123 74123 140792 1 0.0462366045540751
211813 211813 74123 74123 220213 1 0.0924732091081503
211814 211814 74123 74123 263401 1 0.0396313753320644
211815 211815 74123 74123 266099 1 0.0554839254648902
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 2546.471ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website