load_gds_as_genotype_data: Load GDS as Genotype Data

View source: R/geno_data_fetch.R

load_gds_as_genotype_dataR Documentation

Load GDS as Genotype Data

Description

Open a connection to a snpgds file (cf. SNPRelate package) as a Genotype Data object.

Usage

load_gds_as_genotype_data(
  gds_file,
  read_snp_annot = TRUE,
  read_scan_annot = TRUE
)

Arguments

gds_file

Path of snpgds file

read_snp_annot

Read the SNPs' annotations

read_scan_annot

Read the scans' annotations

Value

Genotype Data object


snplinkage documentation built on May 4, 2023, 9:09 a.m.