plot_EvG {GGtools}R Documentation

plot expression vs genotype

Description

plot expression vs genotype

Usage

plot_EvG(reset, gene, snpid, anno="hgfocus")

Arguments

reset instance of racExSet-class
gene instance of genesym-class
snpid character string with RS number for SNP
anno character annotation stub, such as hgfocus

Details

renders a simple scatter plot of expression vs rare allele count

Value

Note

Author(s)

Vince Carey <stvjc@channing.harvard.edu>

References

See Also

Examples

data(chr20GGdem)
plot_EvG( chr20GGdem, genesym("CPNE1"), "rs6060535",
  "hgfocus")

[Package GGtools version 1.4.0 Index]