Description Usage Arguments Value Author(s) Examples
This function will initialize the ShinyGPATree App for dynamic and interactive visualization of GPA-Tree model results.
1 | ShinyGPATree(object)
|
object |
An object of class GPATree. |
Output of GPA-Tree model.
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)
# initialize the ShinyGPATree app
ShinyGPATree(fit)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.