Description Usage Arguments Details Value Author(s) References See Also Examples
The function infers a posterior association network from beta-mixture modelling of functional associations computed from rich phenotyping screens.
1 2 |
object |
an object of S4 class |
para |
a list of parameters to perform inference (see details). |
filter |
a logical value specifying whether or not to filter out genes without any significant association with all the other genes. |
verbose |
a logical value to switch on (if |
... |
not in use, only for further extension. |
This function employs different edge weights to infer a posterior association
network (see edgeWeight
for more details).
Multiple parameters are provided for the user to specify the network:
'type' - a character value giving the type of edge weights: signal-to- noise ratio ('SNR'), posterior probability ratio ('PPR') or posterior probability ('PP').
'log' - a logical value specifying whether or not to compute logrithms for edge weights.
'sign' - a logical value specifying whether a signed graph should be
inferred. It is only valid when type='SNR'
.
'cutoff' - a numeric value giving the threshold to tell the significance of an edge.
This function will return an object of class PAN
with inferred PAN
updated in slot 'graph'.
Xin Wang xw264@cam.ac.uk
Xin Wang, Mauro Castro, Klaas W. Mulder and Florian Markowetz, Posterior association networks and enriched functional gene modules inferred from rich phenotypic perturbation screens, in preparation.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.