Description Usage Arguments Value Author(s) See Also Examples
A function to convert an object of snp.coding-class
to "character"
1 2 | ## S3 method for class 'snp.coding'
as.character(x, ...)
|
x |
An object of |
... |
... |
A vector containing actual (nucleotide) coding, for corresponding SNPs, in character format
Yurii Aulchenko
as.character.snp.strand
,
as.character.snp.data
,
as.double.snp.data
,
as.hsgeno
,
as.genotype.snp.data
1 2 3 | require(GenABEL.data)
data(srdta)
as.character(srdta@gtdata@coding[1:5])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.