inst/DataPackage-Generator/Package-Template/examples/geneAssociations.R

##########################
## Filter gene/trait association according to variant origin and clinical status
geneByTrait <- filterGeneByTrait()
head(geneByTrait)
## Get gene/HP association according to gene/trait and trait/HP association
## The filtering options are the same than for filterGeneByTrait().
hpByGene <- getHpByGene()
head(hpByGene)

Try the PCAN package in your browser

Any scripts or data that you put into this service are public.

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