calculateKineticsForEachGene | R Documentation |
Calculate time-dependent alpha (transcription rate) and gamma (degradation rate) for each gene using observed gene expression of m_u, m_total
calculateKineticsForEachGene(
observedData,
boolCalculateInMinutes = TRUE,
totalTimeOfOneCCInHours = 19.33,
totalTimeOfOneCCInMinutes = 19.33 * 60,
numberOfSplineAnchors = 20,
boolSetBetaConstantBeforeAlphaEstimate = TRUE,
ignoreOutliers = TRUE,
boolUseCPM = TRUE,
smallestLabelingTime = NULL
)
boolCalculateInMinutes |
logic statement (default: TRUE) |
totalTimeOfOneCCInHours |
numeric total cell cycle time in hours (default: 19.33) |
totalTimeOfOneCCInMinutes |
numeric total cell cycle time in minutes (default: 19.33*60) |
numberOfSplineAnchors |
number of spline anchors used for smoothing profiles (default: 20) |
boolSetBetaConstantBeforeAlphaEstimate |
logic statement (default: TRUE) |
ignoreOutliers |
logic statement (default: TRUE) |
boolUseCPM |
logic statement (default: TRUE) |
smallestLabelingTime |
a number the smallest metabolic labeling time (default: 15) |
observedCounts |
data frame |
a data frame with kinetic rates of transcription (alpha) and degradation (gamma) for each gene at each cell cycle time
data_rate <- calculateKineticsForEachGene(observedCounts, smallestLabelingTime = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.