Skip to contents

Extract the method name(s) an object was produced with: one per entry for a collection, a single name for one estimate.

Usage

getMethodNames(x)

# S4 method for class 'FineMappingResultBase'
getMethodNames(x)

# S4 method for class 'CtwasResult'
getMethodNames(x)

# S4 method for class 'H2Estimate'
getMethodNames(x)

# S4 method for class 'TwasWeights'
getMethodNames(x)

Arguments

x

A FineMappingResult, TwasWeights, CtwasResult or H2Estimate object.

Value

Character vector.

Examples

data(h2EstimateExample)
getMethodNames(h2EstimateExample)
#> [1] "lder"
data(qtlFineMappingExample)
getMethodNames(qtlFineMappingExample)
#> [1] "susie"