Learn R Programming

QuaternaryProd (version 1.0.2)

QP_Support: Computes the support for the scores.

Description

This function computes the support of the Quaternary Dot Product Scoring distribution for signed causal graphs. This includes all scores which have probabilities strictly greater than 0.

Usage

QP_Support(q_p, q_m, q_z, q_r, n_p, n_m, n_z)

Arguments

q_p
Expected number of positive predictions.
q_m
Expected number of negative predictions.
q_z
Expected number of nil predictions.
q_r
Expected number of regulated predictions.
n_p
Number of positive predictions from experiments.
n_m
Number of negative predictions from experiments.
n_z
Number of nil predictions from experiments.

Value

Integer vector of support.

References

C. T. Fakhry, P. Choudhary, A. Gutteridge, B. Sidders, P. Chen, D. Ziemek, K. Zarringhalam (2016). Interpreting transcriptional changes using causal graphs: new methods and their practical utility on public networks. submitted. Franceschini, A (2013). STRING v9.1: protein-protein interaction networks, with increased coverage and integration. In:'Nucleic Acids Res. 2013 Jan;41(Database issue):D808-15. doi: 10.1093/nar/gks1094. Epub 2012 Nov 29'.

Examples

Run this code
# Compute the support of the Quaternary Dot Product Scoring distribution with the given margins.
QP_Support(50,50,50,0,50,50,50)

Run the code above in your browser using DataLab