genoStrings {GGtools}R Documentation

create a character vector of genotype value strings

Description

create a character vector of genotype value strings

Usage

genoStrings(racExSet, rsnum)

Arguments

racExSet instance of racExSet-class
rsnum string that is a rowname in snps(racExSet)

Details

computes unphased genotype code from the rare allele count and other metadata in the racExSet

Value

character vector

Note

For interoperability with the genetics package, e.g., genotype

Author(s)

Vince Carey <stvjc@channing.harvard.edu>

Examples

data(chr20GGdem)
genoStrings(chr20GGdem, "rs6060535")

[Package GGtools version 1.4.0 Index]