View source: R/summarise_output.R
summary.atlasqtl | R Documentation |
This function provides functionality for printing a basic summary of the atlasqtl posterior output.
## S3 method for class 'atlasqtl'
summary(object, thres, fdr_adjust = FALSE, full_summary = TRUE, ...)
object |
an object with S3 class |
thres |
threshold to be applied on the posterior probabilities of association (PPI) to report associations (default is 0.5, for the Median Probability Model). |
fdr_adjust |
if TRUE the threshold is applied on FDR estimates computed from the "atlasqtl" posterior probabilities of association, otherwise it is directly applied on the posterior probabilities of association (default is FALSE). |
full_summary |
whether or not to print a detailed summary. Default is TRUE. |
... |
additional arguments affecting the summary produced. |
atlasqtl
, plot.atlasqtl
,
print.atlasqtl
, assign_bFDR
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.