is.autosome(chr) is.chr.x(chr) is.chr.y(chr) is.chr.mt(chr)
gaston.autosomes
, gaston.chr.x
, gaston.chr.y
,
gaston.chr.mt
. For example, is.autosome(chr)
is a short cut for
chr %in% getOption("gaston.autosomes")
. It is used in particular
in the default value of argument which.snps
in GRM
and LD.thin
.
GRM
, LD.thin