query_ctd_gene: Function to query CTDbase using gene terminology ( Gene...

Description Usage Arguments Value Examples

View source: R/query_ctd_gene.R

Description

This function checks for CTDbase gene vocabulary and query CTDbase for each one, downloading gene-gene interactions, chemicals interactions, associated disease, associated KEGG pathways and associated GO terms.

Usage

1

Arguments

terms

Character vector with the genes used in the query.

verbose

(default FALSE) If set to TRUE is shows relevant information of each step.

Value

An object of class CTDdata.

Examples

1
rst <- query_ctd_gene( terms = c( "APP", "HMOX1A", "hmox1" ), verbose = TRUE )

CTDquerier documentation built on Oct. 31, 2019, 2:57 a.m.