home / zeropm-v0-0-4

consensus_index

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

7 rows where inventory_id = 333139

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
934436 934436 333139 333139 63043 1 0.0577137014611103
934437 934437 333139 333139 105176 1 0.201997955113886
934438 934438 333139 333139 119104 4 0.270168348214947
934439 934439 333139 333139 274607 1 0.134665303409257
934440 934440 333139 333139 277847 1 0.0673326517046286
934441 934441 333139 333139 295996 1 0.0504994887784715
934442 934442 333139 333139 296367 1 0.100998977556943
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 1207.249ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website