| readData | R Documentation |
Reads experiment associated data. Variables get suffix .cell, .nucl, .cyto
readData(
data,
vars = NULL,
treatVar = c("Treatment", "Konzentration"),
wellVar = "well",
files = c("Treatment.csv", "Cells.txt", "Primarieswithoutborder.txt",
"Cytoplasm.txt"),
normalizeWells = T,
sepTreat = "_",
adaptVars = F,
force = F,
filterVars = c("Intensity_IntegratedIntensity_DNA", "Intensity_MedianIntensity_DNA",
"AreaShape_Area")
)
data |
list contianing a lists of filesnames, all corresponding a separate experiment |
vars |
Variables to read, defaults to NULL (all variables) |
treatVar |
Treatment / Grouping variables as given in the treatment file |
files |
CellProfiler output files and treatment file |
normalizeWells |
convert A01->A1 |
force |
force continuation if dimensions don't match |
well |
Well Variable within the treatment file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.