home / zeropm-v0-0-4

consensus_index

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

7 rows where inchi_id = 265971

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
76648 76648 27477 27477 265971 1 0.0262027663271532
159186 159186 57300 57300 265971 1 0.0268695318027808
508010 508010 203219 203219 265971 1 0.0268695318027808
720567 720567 254742 254742 265971 1 0.0262027663271532
826361 826361 286814 286814 265971 1 0.0258998512081728
915972 915972 324676 324676 265971 1 0.0268695318027808
1758290 1758290 539280 539280 265971 1 0.0268695318027808
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 2942.052ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website