count_genes {wppi}R Documentation

Number of total genes in an ontology database

Description

Number of total genes in an ontology database

Usage

count_genes(data_annot)

Arguments

data_annot

Data frame (tibble) of GO or HPO datasets from wppi_go_data or wppi_hpo_data.

Value

Number of total unique genes in each ontology database.

See Also

Examples

go <- wppi_go_data()
count_genes(go)
# [1] 19712


[Package wppi version 1.2.0 Index]