makeGoSearch: Returns gene names with a given GO term

Description Usage Arguments Details See Also Examples

View source: R/makeGoSearch_function.R

Description

makeGoSearch returns a character vector of gene names.

Usage

1
makeGoSearch(mgl, term = c(""), go, saveFile = TRUE)

Arguments

mgl

List; see buildFromNames, buildFromRegion, or buildFromEnsgs

term

Character vector representing GO term of interest

go

List produced by makeGo

saveFile

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

Details

Of interest maybe groups of genes that have the same GO term.

See Also

makeGo

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

Examples

1
2
3
4
exMgl() -> myMgl
makeGo(myMgl, saveFile = TRUE) -> myGo
makeGoSearch(myMgl, term = 'small molecule metabolic process', 
    go = myGo, saveFile = TRUE) -> myGoSearch

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