Description Usage Arguments See Also Examples
function to search in all three GO ontologies for GO terms for the complete dataframe. This function creates lists of GO terms seperated by the three major ontologies and appends them to the dataframe.
1 2 | mapAllGOtoData(dataframe,genome,identifier,rowname.BP,rowname.CC,rowname.MF)
|
dataframe |
dataframe where the GO Identifier will be added |
genome |
which genome will be used |
identifier |
which type of identifiers will be used e.g. ensembl="ensgene",... |
rowname.BP |
name of the row that will be added |
rowname.CC |
name of the row that will be added |
rowname.MF |
name of the row that will be added |
mapGOtoData, mapAllGOtoData, goseq
1 2 3 | ## map to all Elements in the dataframe all Terms of the three ontologies using ensembl annotation
mapAllGOtoData(cuffdiff, "hg19", "ensGene","BP","CC","MF")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.