autosomal: Function telling all autosomal SNPs

Description Usage Arguments Details Value Author(s) Examples

Description

Function telling all autosomal SNPs

Usage

1

Arguments

data

object of gwaa.data-class or snp.data-class

Details

For every SNP, looks up the chromosome, and, when it is an utosome (not X, Y, XY, or mt), reports the name back

Value

Vector of SNP names

Author(s)

Yurii Aulchenko

Examples

1
2
3
	require(GenABEL.data)
	data(ge03d2)
	autosomal(ge03d2)[1:10]

GenABEL documentation built on May 30, 2017, 3:36 a.m.

Related to autosomal in GenABEL...