plot: Plot the functional annotation tree

Description Usage Arguments Value Author(s) Examples

Description

This function will plot the functional annotation tree for the GPA-Tree model fit.

Usage

1
2
## S4 method for signature 'GPATree,missing'
plot(x, y, ...)

Arguments

x

An object of class GPATree.

y

missing (not required).

...

...

Value

Returns a plot for the functional annotation tree from the GPA-Tree model fit.

Author(s)

Aastha Khatiwada

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
library(GPATree)

# load GPATree example data
data(GPATreeExampleData)

#fitting the GPATree model
fit <- GPATree(GPATreeExampleData$gwasPval, GPATreeExampleData$annMat)

# plotting the GPATree model fit
plot(fit)

## End(Not run)

asthakhatiwada/GPATree documentation built on March 8, 2021, 5:29 a.m.