View source: R/geno_data_fetch.R
load_gds_as_genotype_data | R Documentation |
Open a connection to a snpgds file (cf. SNPRelate package) as a Genotype Data object.
load_gds_as_genotype_data(
gds_file,
read_snp_annot = TRUE,
read_scan_annot = TRUE
)
gds_file |
Path of snpgds file |
read_snp_annot |
Read the SNPs' annotations |
read_scan_annot |
Read the scans' annotations |
Genotype Data object
library(snplinkage)
gds_path <- save_hgdp_as_gds()
gdata <- load_gds_as_genotype_data(gds_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.