pantherGraphic | R Documentation |
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.
pantherGraphic(x, database = "ALL", evidenceIndex, verbose = FALSE)
x |
Vector of genes of interest of |
database |
Name of the database that will be queried. It can take the
values |
evidenceIndex |
threshold to take into account a gene in the analysis |
verbose |
By default |
A plot for a DataGeNET.Psy
in terms of the panther-class.
d.alch <- pantherGraphic( c( "COMT", "CLOCK", "DRD3" ), "ALL" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.