snpgdsSummary {SNPRelate}R Documentation

Summary of GDS genotype file

Description

Print the information stored in the gds object

Usage

snpgdsSummary(gds, show=TRUE)

Arguments

gds

a GDS file name, or an object of class SNPGDSFileClass

show

if TRUE, show information

Value

Return a list:

sample.id

the IDs of valid samples

snp.id

the IDs of valid SNPs

Author(s)

Xiuwen Zheng

Examples

snpgdsSummary(snpgdsExampleFileName())

[Package SNPRelate version 1.10.2 Index]