Get PIP Values
Source:R/AllGenerics.R, R/FineMappingEntry.R, R/GwasFineMappingResult.R, and 1 more
getPip.RdExtract posterior inclusion probabilities from a single
FineMappingEntry or from one entry of a
FineMappingResult (selected by its identity tuple).
Usage
getPip(x, ...)
# S4 method for class 'FineMappingEntry'
getPip(x, ...)
# S4 method for class 'GwasFineMappingResult'
getPip(
x,
study = NULL,
context = NULL,
trait = NULL,
method = NULL,
region = NULL,
returnList = FALSE,
...
)
# S4 method for class 'QtlFineMappingResult'
getPip(
x,
study = NULL,
context = NULL,
trait = NULL,
method = NULL,
returnList = FALSE,
...
)