as.character.snp.strand: Attempts to convert internal strand-class to character

Description Usage Arguments Value Author(s) See Also Examples

Description

A function to convert an object of snp.strand-class to "character"

Usage

1
2
	## S3 method for class 'snp.strand'
as.character(x, ...)

Arguments

x

An object of snp.strand-class

...

...

Value

A vector containing strand ("+", "-" or "u"), for corresponding SNPs, in character format

Author(s)

Yurii Aulchenko

See Also

as.character.snp.coding, as.character.snp.data, as.double.snp.data, as.hsgeno, as.genotype.snp.data

Examples

1
2
3
require(GenABEL.data)
data(srdta)
as.character(srdta@gtdata@strand[1:5])

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