power.eqtl | R Documentation |
Wrapper funtion to use either simulated power or power based on F-test (dependent on pseudobulk mean and used parameters)
power.eqtl(
count.mean,
heritability,
sig.level,
nSamples,
useSimulatedPower = TRUE,
simThreshold = 4
)
count.mean |
Expression mean in the pseudobulk |
heritability |
Heritability of the trait |
sig.level |
Significane threshold |
nSamples |
Sample size |
useSimulatedPower |
Option to simulate eQTL power for small mean values to increase accuracy |
simThreshold |
Threshold until which the simulated power is taken instead of the analytic |
Power to detect the eQTL gene
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.