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