R/plaLSD.R

plaLSD <- function(data,
                   alpha         = 0.05,
                   imputeMissing = FALSE,
                   dfAdjustment  = NA,
                   dilutionRatio = NA,
                   factor        = NA,
                   echoData      = TRUE,
                   colors        = "default",
                   projectTitle  = "",
                   assayTitle    = "")
    pla(data          = data,
        alpha         = alpha,
        imputeMissing = imputeMissing,
        dfAdjustment  = dfAdjustment,
        dilutionRatio = dilutionRatio,
        factor        = factor,
        echoData      = echoData,
        colors        = colors,
        projectTitle  = projectTitle,
        assayTitle    = assayTitle,
        design        = "lsd")

Try the pla package in your browser

Any scripts or data that you put into this service are public.

pla documentation built on May 2, 2019, 11:12 a.m.