| as.character.snp.strand {GenABEL} | R Documentation |
A function to convert an object of snp.strand-class
to "character"
## S3 method for class 'snp.strand' as.character(x, ...)
x |
An object of |
... |
... |
A vector containing strand ("+", "-" or "u"), for corresponding SNPs, in character format
Yurii Aulchenko
as.character.snp.coding,
as.character.snp.data,
as.double.snp.data,
as.hsgeno,
as.genotype.snp.data
require(GenABEL.data) data(srdta) as.character(srdta@gtdata@strand[1:5])