Skip to contents

Return the genome build that the collection's LD sketch and every entry are aligned to. Because all entries in a GwasSumStats or QtlSumStats share the LD sketch, the genome build is a single value at the collection level.

Usage

getGenome(x, ...)

# S4 method for class 'SumStatsBase'
getGenome(x, ...)

# S4 method for class 'AnnotationMatrix'
getGenome(x, ...)

# S4 method for class 'LdBlocks'
getGenome(x, ...)

# S4 method for class 'LdStatistic'
getGenome(x, ...)

Arguments

x

A GwasSumStats or QtlSumStats object.

...

Unused (present for method-signature compatibility).

Value

Character (length 1).