count_genes {wppi} | R Documentation |
Number of total genes in an ontology database
count_genes(data_annot)
data_annot |
Data frame (tibble) of GO or HPO datasets from
|
Number of total unique genes in each ontology database.
go <- wppi_go_data() count_genes(go) # [1] 19712