Description Usage Arguments Details Value Note Author(s) References See Also Examples
FunciSNPplot is a function developed to plot various types of plots to summarize and assist end-user in making informed discoveries of FunciSNP results. Plots can be stored in a folder for future reference.
1 |
dat |
FunciSNP data.frame: |
rsq |
an interger (0-1): |
split |
logical: |
splitbysnp |
logical: |
tagSummary |
logical: |
heatmap |
logical: |
heatmap.key |
logical: |
genomicSum |
logical: |
save |
logical: |
pathplot |
a character: |
text.size |
Text size passed to graphing functions |
save.width |
Width of saved images in inches |
save.height |
Height of saved images in inches |
NA
Plots are generated either in X11 or in specified folder.
NA
Simon G. Coetzee (maintainer: scoetzee@gmail.com); Houtan Noushmehr, PhD (houtan@usp.br)
SG. Coetzee, SK. Rhie, BP. Berman, GA. Coetzee and H. Noushmehr, FunciSNP: An R/Bioconductor Tool Integrating Functional Non-coding Datasets with Genetic Association Studies to Identify Candidate Regulatory SNPs., Nucleic Acids Research, In press, 2012 (doi:10.1093/nar/gks542).
getFSNPs
, FunciSNPplot
, FunciSNPAnnotateSummary
, FunciSNPtable
, FunciSNPbed
1 2 3 4 5 6 7 8 | data(glioma)
gl <- FunciSNPAnnotateSummary(glioma)
FunciSNPplot(gl)
FunciSNPplot(gl, rsq=0, genomicSum=TRUE, save=FALSE)
FunciSNPplot(gl, rsq=0.5, genomicSum=TRUE, save=FALSE)
# DO NOT RUN
#FunciSNPplot(gl, tagSummary=TRUE, rsq=0.5)
#
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.