Description Usage Arguments Value Author(s) See Also Examples
This function fits a ternary network based on perturbation experiments.
1 2 | tnetfit(steadyStateObj, perturbationObj, params=ternaryFitParameters(),
xSeed=NA)
|
steadyStateObj |
a matrix of steady gene expression observations from a perturbation experiment. Rows are genes and columns are experiments. |
perturbationObj |
a matrix of perturbation experiments. Rows are genes and columns are experiments. |
params |
a ternaryFitParameters object |
xSeed |
an integer random seed. If NA, a random seed is generated. |
The function returns a ternaryFit object.
Matthew N. McCall and Anthony Almudevar
Almudevar A, McCall MN, McMurray H, Land H (2011). Fitting Boolean Networks from Steady State Perturbation Data, Statistical Applications in Genetics and Molecular Biology, 10(1): Article 47.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.