SEEK ID: https://workflowhub.eu/people/319
Location: Germany
ORCID: https://orcid.org/0000-0002-8080-9170
Joined: 6th Sep 2022
Expertise: Bioinformatics, Cheminformatics, Machine Learning
Tools: Workflows
Related items
A space managed by WorkflowHub administrators for teams that don't want/need to manage their own space.
Teams: IBISBA Workflows, NMR Workflow, UNLOCK, NanoGalaxy, Galaxy Climate, PNDB, IMBforge, COVID-19 PubSeq: Public SARS-CoV-2 Sequence Resource, LBI-RUD, Nick-test-team, usegalaxy-eu, Italy-Covid-data-Portal, UX trial team, Integrated and Urban Plant Pathology Laboratory, SARS-CoV-2 Data Hubs, lmjxteam2, virAnnot pipeline, Ay Lab, iPC: individualizedPaediatricCure, Harkany Lab, MOLGENIS, EJPRD WP13 case-studies workflows, Common Workflow Language (CWL) community, Testing, SeBiMER, IAA-CSIC, MAB - ATGC, Probabilistic graphical models, GenX, Snakemake-Workflows, ODA, IPK BIT, CO2MICS Lab, FAME, CHU Limoges - UF9481 Bioinformatique / CNR Herpesvirus, Quadram Institute Bioscience - Bioinformatics, HecatombDevelopment, Institute of Human Genetics, Testing RO Crates, Test Team, Applied Computational Biology at IEG/HMGU, INFRAFRONTIER workflows, OME, TransBioNet, OpenEBench, Bioinformatics and Biostatistics (BIO2 ) Core, VIB Bioinformatics Core, CRC Cohort, ICAN, MustafaVoh, Single Cell Unit, CO-Graph, emo-bon, TestEMBL-EBIOntology, CINECA, Toxicology community, Pitagora-Network, Workflows Australia, Medizinisches Proteom-Center, Medical Bioinformatics, AGRF BIO, EU-Openscreen, X-omics, ELIXIR Belgium, URGI, Size Inc, GA-VirReport Team, The Boucher Lab, Air Quality Prediction, pyiron, CAPSID, Edinburgh Genomics, Defragmentation TS, NBIS, Phytoplankton Analysis, Seq4AMR, Workflow registry test, Read2Map, SKM3, ParslRNA-Seq: an efficient and scalable RNAseq analysis workflow for studies of differentiated gene expression, de.NBI Cloud, Meta-NanoSim, ILVO Plant Health, EMERGEN-BIOINFO, KircherLab, Apis-wings, BCCM_ULC, Dessimoz Lab, TRON gGmbH, GEMS at MLZ, Computational Science at HZDR, Big data in biomedicine, TRE-FX, MISTIC, Guigó lab, Statistical genetics, Delineating Regions-of-interest for Mass Spectrometry Imaging by Multimodally Corroborated Spatial Segmentation, WES, Bioinformatics Unit @ CRG, Bioinformatics Innovation Lab, BSC-CES, ELIXIR Proteomics, Black Ochre Data Labs, Zavolan Lab, Metabolomics-Reproducibility, Team Cardio, NGFF Tools, Bioinformatics workflows for life science, Workflows for geographic science, Pacific-deep-sea-sponges-microbiome, CSFG, SNAKE, Katdetectr, INFRAFRONTIER GmbH, PerMedCoE, Euro-BioImaging, EOSC-Life WP3 OC Team, cross RI project, ANSES-Ploufragan, SANBI Pathogen Bioinformatics, Biodata Analysis Group, DeSci Labs, Erasmus MC - Viroscience Bioinformatics, ARA-dev, Mendel Centre for Plant Genomics and Proteomics, Metagenomic tools, WorkflowEng, Polygenic Score Catalog, bpm, scNTImpute, Systems Biotechnology laboratory, Cimorgh IT solutions, MLme: Machine Learning Made Easy, Hurwitz Lab, Dioscuri TDA, Scipion CNB, System Biotechnology laboratory, yPublish - Bioinfo tools, NIH CFDE Playbook Workflow Partnership, MMV-Lab, EMBL-CBA, EBP-Nor, Evaluation of Swin Transformer and knowledge transfer for denoising of super-resolution structured illumination microscopy data, Bioinformatics Laboratory for Genomics and Biodiversity (LBGB), multi-analysis dFC, CholGen, RNA group, Plant Genomes Pipelines in Galaxy, Pathogen Genomic Laboratory, Chemical Data Lab, JiangLab, Pangenome database project, HP2NET - Framework for construction of phylogenetic networks on High Performance Computing (HPC) environment, Center for Open Bioimage Analysis, Generalized Open-Source Workflows for Atomistic Molecular Dynamics Simulations of Viral Helicases, Historical DNA genome skimming, QCDIS, Peter Menzel's Team, NHM Clark group, ESRF Workflow System (Ewoks), Kalbe Bioinformatics, Nextflow4Metabolomics, GBCS, CEMCOF, Jackson Laboratory NGS-Ops, Schwartz Lab, BRAIN - Biomedical Research on Adult Intracranial Neoplasms, Cancer Therapeutics and Drug Safety, Deepdefense, Mid-Ohio Regional Planning Commission, MGSSB, Institute for Human Genetics and Genomic Medicine Aachen, FengTaoSMU, EGA, Plant-Food-Research-Open, KrauthammerLab, Geo Workflows, grassland pDT, FunGIALab, CRIM - Computer Research Institute of Montréal, Medvedeva Lab, Metagenlab, FAIR-EASE, Protein-protein and protein-nucleic acid binding site prediction research, Culhane Lab, IDUN - Drug Delivery and Sensing, Edge Computing DAG Task Scheduling Research Group, Stratum corneum nanotexture feature detection using deep learning and spatial analysis: a non-invasive tool for skin barrier assessment, COPO, Taudière group, ErasmusMC Clinical Bioinformatics, interTwin
Web page: Not specified
Space: Independent Teams
Public web page: https://www.eu-openscreen.eu/
Organisms: Not specified
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")