Icon

20230215 Pikairos ChEMBL SQLite database Example of Quering Filtering and Joining before Reading Final Results

This workflow shows how to read data from the ChEMBL SQLite Database with quering, filtering and joining before reading the final Results.

Connect toSQLite ChEMBLDatabase:First download SQLite Databasefromhttps://ftp.ebi.ac.uk/pub/databases/chembl/ChEMBLdb/latestCOMPOUNDPROPERTIESKeep rows withnum_ro5_violations = 0Recover Result fromQueriesKeep rows with"SINGLE PROTEIN"in Target_TypeACTIVITIESRecover Result fromQueriesKeep rows with" TYPE" equal to "IC50"AND"STANDARD_RELATION"equal to "="AND"STANDARD_UNIT"equal to "nM"Join Tablesusing KNIMEin MemoryJoin byMOLREGNORecover Result fromQueriesSQLite Connector DB Table Selector DB Row Filter DB Reader DB Row Filter DB Table Selector DB Reader DB Row Filter Joiner DB Joiner DB Reader Connect toSQLite ChEMBLDatabase:First download SQLite Databasefromhttps://ftp.ebi.ac.uk/pub/databases/chembl/ChEMBLdb/latestCOMPOUNDPROPERTIESKeep rows withnum_ro5_violations = 0Recover Result fromQueriesKeep rows with"SINGLE PROTEIN"in Target_TypeACTIVITIESRecover Result fromQueriesKeep rows with" TYPE" equal to "IC50"AND"STANDARD_RELATION"equal to "="AND"STANDARD_UNIT"equal to "nM"Join Tablesusing KNIMEin MemoryJoin byMOLREGNORecover Result fromQueriesSQLite Connector DB Table Selector DB Row Filter DB Reader DB Row Filter DB Table Selector DB Reader DB Row Filter Joiner DB Joiner DB Reader

Nodes

Extensions

Links