getUniqueGOidCount: get the count for each unique GO ID

View source: R/getUniqueGOidCount.R

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


jianhong/ChIPpeakAnno documentation built on Feb. 2, 2024, 3:26 p.m.