count_genes: Number of total genes in an ontology database

View source: R/Annot_functions.R

count_genesR 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

  • wppi_go_data

  • wppi_hpo_data

Examples

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


AnaGalhoz37/wppi documentation built on Nov. 8, 2022, 7:47 a.m.