plot_EvG {GGtools} | R Documentation |
plot expression vs genotype
plot_EvG(reset, gene, snpid, anno="hgfocus")
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 |
renders a simple scatter plot of expression vs rare allele count
Vince Carey <stvjc@channing.harvard.edu>
data(chr20GGdem) plot_EvG( chr20GGdem, genesym("CPNE1"), "rs6060535", "hgfocus")