View source: R/export_functions.R
The function takes a SNP set after calculation of p- and q-values or Takagi confidence intervals and returns a list containing all SNPs with q-values or deltaSNP below a set alpha or confidence intervals, respectively. Each entry in the list is a SNP set data frame in a contiguous region with adjusted pvalues lower than the set false discovery rate alpha.
1 | getSigRegions(SNPset, method = "Gprime", alpha = 0.05, interval = 99)
|
SNPset |
Data frame SNP set containing previously filtered SNPs. |
method |
either "Gprime" or "QTLseq". The method for detecting significant regions. |
alpha |
numeric. The required false discovery rate alpha for use with |
interval |
numeric. For use eith |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.