View source: R/getUniqueGOidCount.R
getUniqueGOidCount | R Documentation |
get the count for each unique GO ID
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
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.