home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 513383

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1687576 1687576 513383 513383 58229 4 0.366192121847078
1687577 1687577 513383 513383 143216 5 0.318788757948577
1687578 1687578 513383 513383 143217 1 0.0732384243694156
1687579 1687579 513383 513383 184549 1 0.0915480304617695
1687580 1687580 513383 513383 232971 1 0.122064040615693
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 2921.804ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website