ChIPpeakAnno (version 3.4.0)

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
GOterm
a vector of GO terms as character vector
GOcount
counts 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 DataCamp Workspace