Skip to contents

Return the TwasWeightsEntry for one (study, context, trait, method) row of a TwasWeights collection.

Usage

getTwasWeights(x, study = NULL, context = NULL, trait = NULL, method = NULL)

# S4 method for class 'TwasWeights'
getTwasWeights(x, study = NULL, context = NULL, trait = NULL, method = NULL)

Arguments

x

A TwasWeights object.

study, context, trait, method

Single character identifiers. All required when the collection has more than one row; optional when the collection has a single row.

Value

A TwasWeightsEntry object.