Description Usage Arguments Details See Also Examples
View source: R/makeSnpSearch_function.R
makePhenotypeSearch
returns a character vector of gene names.
1 | makeSnpSearch(mgl, term = c(""), snp, saveFile = FALSE)
|
mgl |
List; see |
term |
Character vector representing phenotype of interest |
snp |
List produced by |
saveFile |
A logical flag indicating whether a csv file ('SnpSearch_[term].csv') should be saved in the current directory |
Of interest maybe groups of genes that have the same associated SNP
Other output: makeAeiPlot
,
makeCoXpGene
,
makeCoXpTranscript
,
makeDnaseSig
, makeGoSearch
,
makeGo
, makeMultiEqtl
,
makeOverlapTable
,
makeOverlap
,
makePhenotypeSearch
,
makePhenotypes
, makeSnps
,
makeSummary
1 2 3 | exMgl() -> myMgl
makeSnps(myMgl, saveFile = FALSE) -> mySnps
makeSnpSearch(myMgl, term = '10_51518910_G_A_b37', snp = mySnps, saveFile = FALSE) -> mySnpSearch
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.