| LDA_plot | R Documentation | 
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)
| LDA_tab | LDA data.frame ("cells", "wells", "positive", "group", "replicate") | 
| uncertainty | method for uncertainty calculation ("act", "ep") | 
| xlim | setting xlim of clonogenic activity plot | 
| uncertainty.band | plotting of uncertainty bands TRUE/FALSE | 
none
data(LDAdata)
Z1 <- subset.data.frame(LDAdata,subset = name == unique(LDAdata$name)[1])
LDA_plot(Z1[,c("S-value","# Tested","# Clonal growth","Group","replicate")])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.