Description Usage Arguments Value Examples
Plot the expression of the genes against parameter values to understand the effect of parameters on the gene expressions.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 
| .object | RacipeSE object generated by
 | 
| paramName | character. The name of the parameter to be plotted. | 
| data | (optional) dataframe. Default rSet geneExpression. The data to be plotted. For example, use rSet$stochasticSimulations$[noise] to plot the stochastic data. | 
| paramValue | (optional) Dataframe. The parameter values if rSet$params is not to be used. | 
| assignedClusters | (optional) Dataframe. The cluster assignment of data. | 
| plotToFile | (optional) logical. Default  | 
none
| 1 2 3 4 5 6 7 8 | data("demoCircuit")
## Not run: 
rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 100,
plots=FALSE, plotToFile = FALSE)
rSet <- sRACIPE::sracipeNormalize(rSet)
sracipePlotParamBifur(rSet, "G_A")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.