View source: R/getPredictions.R
getPredictions | R Documentation |
Calculate predicted gene expression based on estimated kinetic rates (only alpha and gamma) using a simplified model.
getPredictions(dataRates, threadN = 8)
dataRates |
a data frame with estimated time-dependent transcription (alpha) and degradation (gamma) rates |
threadN |
an integer the number of thread that used for calculation (default: 8) |
a data frame with predicted gene expression of m_u and m_total for genes in sorted cells.
prediction <- getPredictions(dataRates, threadN = 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.