Extract Significant cis-QTL Variants
Source:R/AllGenerics.R, R/qtlAssociationPostprocess.R
getSignificantQtls.RdDerive the significant variants under a given correction method
and FDR threshold from a QtlSumStats enriched by
qtlAssociationPostprocess (significance is computed on demand,
never stored).
Usage
getSignificantQtls(x, ...)
# S4 method for class 'QtlSumStats'
getSignificantQtls(
x,
method = c("permutation", "bonferroni_original", "bonferroni_filtered", "qvalue"),
threshold = NULL
)