Description Usage Arguments Value Note Author(s) See Also Examples
View source: R/getUniqueGOidCount.R
get the count for each unique GO ID
1 | getUniqueGOidCount(goList)
|
goList |
a set of GO terms as character vector |
a list with 2 variables
GOterm |
a vector of GO terms as character vector |
GOcount |
counts corresponding to the above GOterm as numeric vector |
internal function not intended to be called directly by users
Lihua Julie Zhu
getEnrichedGO
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.