This function shares input as in function GRAB.ReadGeno, please check ?GRAB.ReadGeno for more details.
GRAB.getGenoInfo(
GenoFile,
GenoFileIndex = NULL,
SampleIDs = NULL,
control = NULL
)A data frame containing marker information with allele frequencies and missing rates. The data frame includes columns from marker information (CHROM, POS, ID, REF, ALT, etc.) plus additional columns:
Alternative allele frequency (before genotype imputation)
Missing rate for each marker
a character of genotype file. See Details section for more details.
additional index file(s) corresponding to GenoFile. See Details section for more details.
a character vector of sample IDs to extract. The default is NULL, that is, all samples in GenoFile will be extracted.
a list of parameters to decide which markers to extract. See Details section for more details.