This is a prototype for testing out ideas for
cytominer-eval
.
You can install the released version of matric from CRAN with:
install.packages("matric")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("shntnu/matric")
This is a basic example which shows you how to solve a common problem:
library(matric)
## basic example code