powered by
plot clonogenic activity and survival (at more than one treatment group) for data from limiting dilution assay (LDA) experiments.
LDA_plot(LDA_tab, uncertainty = "act", xlim = NULL, uncertainty.band = FALSE)
none
LDA data.frame ("cells", "wells", "positive", "group", "replicate")
method for uncertainty calculation ("act", "ep")
setting xlim of clonogenic activity plot
plotting of uncertainty bands TRUE/FALSE
data(LDAdata) Z1 <- subset.data.frame(LDAdata,subset = name == unique(LDAdata$name)[1]) LDA_plot(Z1[,c("S-value","# Tested","# Clonal growth","Group","replicate")])
Run the code above in your browser using DataLab