makeSnpSearch: Returns gene names with a given SNP

Description Usage Arguments Details See Also Examples

View source: R/makeSnpSearch_function.R

Description

makePhenotypeSearch returns a character vector of gene names.

Usage

1
makeSnpSearch(mgl, term = c(""), snp, saveFile = FALSE)

Arguments

mgl

List; see buildFromNames, buildFromRegion, or buildFromEnsgs

term

Character vector representing phenotype of interest

snp

List produced by makePhenotypes

saveFile

A logical flag indicating whether a csv file ('SnpSearch_[term].csv') should be saved in the current directory

Details

Of interest maybe groups of genes that have the same associated SNP

See Also

makePhenotypes

Other output: makeAeiPlot, makeCoXpGene, makeCoXpTranscript, makeDnaseSig, makeGoSearch, makeGo, makeMultiEqtl, makeOverlapTable, makeOverlap, makePhenotypeSearch, makePhenotypes, makeSnps, makeSummary

Examples

1
2
3
exMgl() -> myMgl
makeSnps(myMgl, saveFile = FALSE) -> mySnps
makeSnpSearch(myMgl, term = '10_51518910_G_A_b37', snp = mySnps, saveFile = FALSE) -> mySnpSearch

mglR documentation built on May 29, 2017, 4:07 p.m.