Workflows
What is a Workflow?Filters
This workflow can be used to fit dose-response curves from normalised cell-based assay data (%confluence) using the KNIME HCS extension. The workflow expects triplicates for each of eight test concentrations. This workflow needs R-Server to run in the back-end. Start R and run the following command: library(Rserve); Rserve(args = "--vanilla"). Three types of outliers can be removed: 1 - Outliers from triplicate measurement (standard deviation cut-off can be selected), 2 - inactive and weekly ...
This workflow can be used to fit dose-response curves from normalised biochemical assay data (%Inhibition) using the HCS extension. This workflow needs R-Server to run in the back-end. Start R and run the following command: library(Rserve); Rserve(args = "--vanilla") IC50 values will not be extrapolated outside the tested concentration range For activity classification the following criteria are applied:
- maximum (average % inhibion) >25 % and slope is >0 and IC50 > 5 µM or
- minimum ...
Generates Dose-response curve fits on cell-based toxicity data. Outliers of replicate data-sets can be removed by setting a threshold for standard deviation (here set to 25). Curve fits for compounds showing low response can be removed by setting a threshold for minimum activity (here set to 75% confluence). This workflow needs R-Server to run in the back-end. Start R and run the following command: library(Rserve); Rserve(args = "--vanilla")