Get Standardized Flag
Source:R/AllGenerics.R, R/twasWeights.R, R/twasWeightsRow.R
getStandardized.RdCheck whether weights are on the standardized scale.
Usage
getStandardized(x, ...)
# S4 method for class 'TwasWeights'
getStandardized(x, study = NULL, context = NULL, trait = NULL, method = NULL)
# S4 method for class 'TwasWeightsRow'
getStandardized(x, ...)Arguments
- x
A
TwasWeightsRoworTwasWeights.- ...
Class-specific selection arguments.
- study
Character (length 1) or
NULL. Restrict the selection to this study;NULLmatches all studies.- context
Character (length 1) or
NULL. Restrict the selection to this context;NULLmatches all contexts.- trait
Character (length 1) or
NULL. Restrict the selection to this trait;NULLmatches all traits.- method
Character (length 1) or
NULL. Restrict the selection to this fine-mapping / weight method;NULLmatches all methods.
Examples
data(ctwasWeightsExample)
getStandardized(ctwasWeightsExample)
#> [1] TRUE