View source: R/cellCycleFractIntegrDNAInt.R
cellCycleFractIntegrDNAInt | R Documentation |
Calculates cell-cycle fractions (G1, G2) of cells based on a nuclear DNA intensity variable; defaults to "Intensity_IntegratedIntensity_DNA".
cellCycleFractIntegrDNAInt( data, var = "Intensity_IntegratedIntensity_DNA.nucl", nBoot = 100, lowerCL = 0.1, upperCL = 0.9, log = F, cutUpper = NULL, xMinGlobMax = 0, xMaxGlobMax = NULL, no_cores = NULL, .. )
data |
data.frame containing at least the columns TREATMENT, VERSUCH, PLATTE and the variable used for DNA cell cycle inference (see parameter var) |
var |
Variable in which the nuclear integrated dna intensity is stored. Default is "Intensity_IntegratedIntensity_DNA.nucl" |
nBoot |
number of runs to determine minima/maxima to derive cutoffs |
lowerCL |
lower confidence level, default: 0.1 |
upperCL |
upper confidence level, default: 0.9 |
cutUpper |
use only data below a certain cutoff, default: NULL -> not used |
data.frame containing the computed values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.