mapAllGOtoData: seach all GO ontologies for complete dataframes

Description Usage Arguments See Also Examples

Description

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.

Usage

1
2
         mapAllGOtoData(dataframe,genome,identifier,rowname.BP,rowname.CC,rowname.MF)
         

Arguments

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

See Also

mapGOtoData, mapAllGOtoData, goseq

Examples

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")
         

psikon/cuffgo documentation built on May 26, 2019, 10:32 a.m.