Description Usage Arguments Value Author(s) Examples
This function will plot the functional annotation tree for the GPA-Tree model fit.
1 2 |
x |
An object of class GPATree. |
y |
missing (not required). |
... |
... |
Returns a plot for the functional annotation tree from the GPA-Tree model fit.
Aastha Khatiwada
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.