Learn R Programming

GenABEL (version 1.8-0)

autosomal: Function telling all autosomal SNPs

Description

Function telling all autosomal SNPs

Usage

autosomal(data)

Arguments

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

Value

Vector of SNP names

Details

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

Examples

Run this code
	require(GenABEL.data)
	data(ge03d2)
	autosomal(ge03d2)[1:10]

Run the code above in your browser using DataLab