Description Usage Arguments Details See Also Examples
View source: R/makeGo_function.R
makeGo
returns a list with three elements summarizing Gene Ontology (GO) terms. The first element (goRes) is the GO results subsetted from the mgl. The second element (goTable) is a dataframe with two columns: GO terms and gene names. The third element (goCount) is a table with the number of elements corresponding to the number of unique GO terms in the genelist - reported for each GO term is the number of times it appears. It is sorted in descending order.The structure is similar to the makePhenotypes
and makeSnps
functions.
1 |
mgl |
List; see |
saveFile |
A logical flag indicating whether two csv files: 'GoTable.csv' and 'GoCount.csv' should be saved in the current directory |
Provides a brief summary of GO terms that have been associate with candidate genes. Of interest maybe groups of genes that have the same GO term see makeGoSearch
.
Other output: makeAeiPlot
,
makeCoXpGene
,
makeCoXpTranscript
,
makeDnaseSig
, makeGoSearch
,
makeMultiEqtl
,
makeOverlapTable
,
makeOverlap
,
makePhenotypeSearch
,
makePhenotypes
,
makeSnpSearch
, makeSnps
,
makeSummary
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.