View source: R/estimateKinetics.R
estimateKinetics | R Documentation |
Calculate kinetic rates for genes using multiple thread
estimateKinetics(smoothedObservedData, threadN = 8, numberOfSplineAnchors = 20)
threadN |
an integer the number of thread for the calculation (default: 8) |
observedData |
a data frame with gene expression of m_u, m_total, p_u and p_total in sorted cells. |
numberofSplineAnchors |
an integer for the number of anchor points used for smooth the gene expression profiles along the cell cycle (default: 20) |
a data frame with columns of gene, cc_time (cell cycle time), transcription rate (alpha), degradation rate (gamma).
data_rates <- estimateKinetics(observedData = observed.data, threadN = 8, numberOfSplineAnchors = 20)
calculate kinetic rates for multiple genes using multiple thread
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.