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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
774485 774485 270900 270900 18253 2 0.317679855719781
774486 774486 270900 270900 27619 1 0.112316790112911
774487 774487 270900 270900 111730 4 0.300443057896323
774488 774488 270900 270900 281494 1 0.0748778600752738
774489 774489 270900 270900 314053 1 0.149755720150548
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 1015.5ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website