geneByHp: Entrez gene IDs associated to HP terms (Example data)

Description Format Details Source Examples

Description

Each entrez gene IDs is associated to one or several HP terms

Format

A data frame with 67989 rows and 2 columns:

entrez

entrez gene IDs

hp

HP terms

Details

These data are used to examplify the different functions of the package. More data are available in the MultiHumanPhenoDB package.

Source

Two ressources were used in May 27 2015:

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
###########################################
## Compute information content of each HP according to associated genes
data(geneByHp, hp_descendants, package="PCAN")
geneByHp <- unstack(geneByHp, entrez~hp)
ic <- computeHpIC(geneByHp, hp_descendants)
hist(
    ic,
    breaks=100, col="grey",
    main="Distribution of Information Content",
    xlab="IC base on genes associated to HP"
)

Example output

Loading required package: BiocParallel

PCAN documentation built on Nov. 8, 2020, 6:47 p.m.