README.md

ProlifAnalysis

Development version of the R package ProlifAnalysis for non-linear analysis of stem cell proliferation curves.

To install the development version of ProlifAnalysis run the following commands from within R:

library(devtools)
install_github('aejensen/ProlifAnalysis')

Example

library(ProlifAnalysis)
data(confluencyExample)

mL5 <- estimateL5(confluencyExample$x, confluencyExample$y)
summary(mL5)

plot(mL5)
plot(mL5, type="velocity")
plot(mL5, type="acceleration")

Running the shiny APP!

library(ProlifAnalysis)

runShinyProliferation()


aejensen/ProlifAnalysis documentation built on May 31, 2019, 12:07 p.m.