GFAGtargetUi: GFAGtargetUi

Description Usage Arguments Details Value Author(s) Examples

View source: R/GFAGtargetUi.R

Description

Launch Launch GFAGtargetUi Graphical User Interface (GUI) in local machine or default browser

Usage

1

Arguments

browser

is a logical variable necessary to run the app. When browser=TRUE the app is launched in your default web browser. When browser=FALSE the app is launched in your local machine.

Details

This shiny (GUI) enables the creation of a plot that shows the expression of the targets in a selected path between control and case. See the vignette for more information.

Value

return a shiny Graphical User Interface (GUI).

Author(s)

Giordano Bruno Sanches Seco <giordano.bruno@unesp.br>

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
#Creating input files
data(DiffAedes)
data(GeneFunctionAedes)
data(ResultAnalysisAedes)
## Not run: 
#Input file 1
write.table(DiffHs,file = "DiffAedes.txt",sep = "\t", col.names = TRUE,
row.names = FALSE, quote = FALSE)
#Input file 2
write.table(GeneFunctionHs,file = "GeneFunctionAedes.txt",sep = "\t",
col.names = TRUE, row.names = FALSE, quote = FALSE)
#Input file 3
write.table(ResultAnalysisAedes,file = "ResultAnalysisAedes.txt",sep = "\t",
col.names = TRUE, row.names = FALSE, quote = FALSE)
#Grahphical analysis
GFAGtargetUi(browser = TRUE) # Launch the app in your default web browser.
GFAGtargetUi(browser = FALSE) # Launch the app in your local machine.

## End(Not run)

ADAMgui documentation built on Nov. 8, 2020, 7:58 p.m.