Skip to contents

Get one trait's run from an SldscData

Usage

getTraitRun(x, trait, ...)

# S4 method for class 'SldscData'
getTraitRun(x, trait, mode = c("single", "joint"), idx = NULL)

Arguments

x

An SldscData object.

trait

Character. Trait name.

...

Further arguments: mode ("single"/"joint") and idx (which single run).

Value

A single run list, the list of single runs, or NULL.