getUniqueGOidCount: get the count for each unique GO ID

Description Usage Arguments Value Note Author(s) See Also Examples

View source: R/getUniqueGOidCount.R

Description

get the count for each unique GO ID

Usage

1

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

1
2
3
4
5
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)

LihuaJulieZhu/ChIPpeakAnno documentation built on Aug. 5, 2020, 12:02 a.m.