ChIPpeakAnno (version 3.6.4)

getUniqueGOidCount: get the count for each unique GO ID

Description

get the count for each unique GO ID

Usage

getUniqueGOidCount(goList)

Arguments

goList
a set of GO terms as character vector

Value

  • a list with 2 variables
  • GOterma vector of GO terms as character vector
  • GOcountcounts corresponding to the above GOterm as numeric vector

See Also

getEnrichedGO

Examples

Run this code
goList= c("GO:0000075", "GO:0000082","GO:0000082","GO:0000122","GO:0000122",
           "GO:0000075","GO:0000082","GO:0000082","GO:0000122","GO:0000122",
           "GO:0000122","GO:0000122","GO:0000075", "GO:0000082","GO:000012")
 
getUniqueGOidCount(goList)

Run the code above in your browser using DataLab