getUniqueGOidCount {ChIPpeakAnno}R Documentation

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

Note

internal function not intended to be called directly by users

Author(s)

Lihua Julie Zhu

See Also

getEnrichedGO

Examples

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)

[Package ChIPpeakAnno version 3.18.1 Index]