ShinyGPATree: Run ShinyGPATree App

Description Usage Arguments Value Author(s) Examples

View source: R/ShinyGPATree.R

Description

This function will initialize the ShinyGPATree App for dynamic and interactive visualization of GPA-Tree model results.

Usage

1
ShinyGPATree(object)

Arguments

object

An object of class GPATree.

Value

Output of GPA-Tree model.

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)

# initialize the ShinyGPATree app
ShinyGPATree(fit)

## End(Not run)

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