Skip to content

aejensen/ProlifAnalysis

Repository files navigation

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()

About

R package for stem cell proliferation analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages