Get the Genome Build
Source:R/AllGenerics.R, R/AllClasses.R, R/AnnotationMatrix.R, and 1 more
getGenome.RdReturn 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 'LdStatistic'
getGenome(x, ...)Examples
data(qtlSumStatsExample)
getGenome(qtlSumStatsExample)
#> [1] "hg19"