plot_EvG {GGBase} | R Documentation |
display the association between expression values and genotypes in an smlSet instance
plot_EvG(gsym, rsid, sms, ...)
gsym |
instance of class |
rsid |
instance of class |
sms |
an instance of |
... |
additional parameter to |
When the genotype is categorical, will use boxplots; when genotype has been imputed and includes expected allele counts, will use a scatterplot.
a plot is rendered on the current display
VJ Carey <stvjc@channing.harvard.edu>
if ("GGtools" %in% installed.packages()[,1]) { s20 = getSS("GGtools", "20") plot_EvG(genesym("CPNE1"), rsid("rs6060535"), s20) }