This is a collection of R tools for statistical modeling morphological profiling experiments aka CellPainting.
This is built on R
and meant to be run from within KNIME.
devtools::install_github("momeara/MPStats")
install.packages("Rserve")
git clone git@github.com:momeara/MPStats.git
cd MPStats/vignettes/AGM_chapter
make clean
make run_analysis
Start Rserver
in R
library(Rserve)
Rserve(args = "--vanilla")
- Open
vignettes/AGM_chapter/knime_workflows/MPStats_AGM.knar.knwf
in KNIME. - Set the path for the plate data "parse well scores" panel
- Click
Excute All
from the commandbar