pancan_app {BiocOncoTK}R Documentation

provide a shiny app to 'glimpse' structure and content of pancan atlas

Description

provide a shiny app to 'glimpse' structure and content of pancan atlas

Usage

pancan_app(dataset = "Annotated", nrecs = 5)

Arguments

dataset

character(1) name of a BigQuery dataset in the pancan-atlas project

nrecs

numeric(1) number of records to request (limited through the n= parameter to as.data.table

Value

currently only as a side effect of starting app

Examples

if (interactive()) pancan_app()

[Package BiocOncoTK version 1.8.0 Index]