viromeBrowser: Launch the Virome Browser

Description Usage Arguments viromeBrowser functions Examples

View source: R/launchApp.R

Description

An application for viewing virome annotation files

The viromeBrowser package provides a single function to launch the virome browser shiny app

Usage

1
2
3
4
viromeBrowser(
  host = getOption("shiny.host", "127.0.0.1"),
  port = getOption("shiny.port", 3838)
)

Arguments

host

The host ip address, 127.0.0.1 or "localhost" by default.

port

The host port, 3838 by default.

viromeBrowser functions

viromeBrowser()

Examples

1

viromeBrowser documentation built on April 7, 2021, 5:09 p.m.