Description Usage Arguments Value Examples
This function get plot of gene expression profile from BrainStars
1  |   getBrainStarsFigure(query, fig.type, fig.format)
 | 
query | 
 id Affymetrix GeneChip ID (Mouse Genome 430 2.0 array)  | 
fig.type | 
 "exprmap", "exprgraph", "switchhist", "switchgraph", "switchmap", "multihist", "multigraph", "multimap"  | 
fig.format | 
 "png" or "pdf"  | 
A "raw" vector of figure image. The figure image file is saved current directory.
1 2 3 4 5 6 7 8 9 10  | getBrainStarsFigure("1439627_at", "exprmap",     "png")
getBrainStarsFigure("1439627_at", "exprgraph",   "png")
getBrainStarsFigure("1439627_at", "switchhist",  "pdf")
getBrainStarsFigure("1439627_at", "switchgraph", "pdf")
getBrainStarsFigure("1439627_at", "switchmap",   "pdf")
getBrainStarsFigure("1439627_at", "multihist",  "png")
getBrainStarsFigure("1439627_at", "multigraph", "png")
getBrainStarsFigure("1439627_at", "multimap",   "png")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.