pantherGraphic-methods: Query PsyGeNET for given genes and creates a representation...

Description Usage Arguments Value Examples

Description

Given a vector of genes of interest (or using a DataGeNET.Psy object), this function creates a representation of a the panther-class these genes belongs to.

Usage

1
pantherGraphic(x, database = "ALL", evidenceIndex, verbose = FALSE)

Arguments

x

Vector of genes of interest of DataGeNET.Psy resulting of psyegnetDisease.

database

Name of the database that will be queried. It can take the values 'psycur15' to use data validated by experts for first release of PsyGeNET; 'psycur16' to use data validated by experts for second release of PsyGeNET; or 'ALL' to use both databases. Default 'ALL'.

evidenceIndex

threshold to take into account a gene in the analysis

verbose

By default FALSE. Change it to TRUE to get a on-time log from the function.

Value

A plot for a DataGeNET.Psy in terms of the panther-class.

Examples

1
d.alch <- pantherGraphic( c( "COMT", "CLOCK", "DRD3" ), "ALL" )

psygenet2r documentation built on Jan. 31, 2021, 2 a.m.