Description Usage Arguments Details Value
View source: R/get_Z_statistics.R
Calculates the probability that a domain sector contains more high-score fend pairs than expected by chance. Uses the observed data and theoretical fend pairs as expected proportions.
1 | get_Z_statistics(contacts)
|
contacts |
List of domain entries |
Converts the Z-statistic to a p-value of enrichment using pnorm(-Z). For comparison, a p-value is calculated using pnorm(OBS, mean=MEAN, sd=SDEV, lower.tail=FALSE). No correction for multiple testing is made.
The contacts list, with additional information. Contains 'P', derived from the Z-statistic and 'p' derived from the observed high-score count.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.