FunciSNPAnnotateSummary {FunciSNP} | R Documentation |
This will annotate all identified YAFSNP for it's distance to the nearest known TSS, whether it overlapps a known exon, intron, 5'UTR, 3'UTR, promoter, lincRNA or in gene desert (intergentic) regions.
FunciSNPAnnotateSummary(snp.list)
snp.list |
a FunciSNP object: |
All known genomic features (exon, intron, 5'UTR, 3'UTR, promoter, lincRNA or in gene desert (intergentic)) are used to annotate the newly identified YAFSNP. Information described in this data.frame is used for all summary plots, table, and bed file generations.
data.frame with rows for each correlated SNP.
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
data(glioma); gl <- FunciSNPAnnotateSummary(glioma); dim(gl) head(gl) names(gl)