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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1063143 1063143 375256 375256 50141 3 0.28169014084507
1063144 1063144 375256 375256 76426 1 0.0704225352112676
1063145 1063145 375256 375256 132970 1 0.28169014084507
1063146 1063146 375256 375256 154200 1 0.140845070422535
1063147 1063147 375256 375256 270214 1 0.0938967136150235
1063148 1063148 375256 375256 315789 1 0.0563380281690141
1063149 1063149 375256 375256 343760 1 0.0469483568075117
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 1958.185ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website