LEVIui: LEVIui

Description Usage Arguments Details Value Author(s) Examples

View source: R/LEVIui.R

Description

Launch the Levi Graphical User Interface (GUI) in local machine.

Usage

1

Arguments

browser

This argument is necessary to launch Levi GUI. To launch Levi in the web browser the argument required "TRUE". To launch Levi in the R environment the argument required "FALSE". The default is "FALSE"

Details

This function launch the LEVI Graphical User Interface. The interface provides the same tools available in the script mode. There are two tools only available in the user interface: 1) Selection of area from heatmap to calculate the gene expression levels in the area selected; 2) Selection of the genes in some specific area from the image.

Value

return a GUI

Author(s)

Jos<c3><a9> Rafael Pilan <rafael.pilan@unesp.br> & Isabelle Mira da Silva (isabelle.silva@unesp.br)

Examples

1
2
3
LEVIui(browser)
#LEVIui(browser=TRUE)  #Launch Levi to Browser.
#LEVIui(borwser=FALSE) #Launch Levi to R environment.

levi documentation built on Nov. 8, 2020, 8:21 p.m.