TcgaNIndWithAnyMut: Give count of individuals with a mutation recorded for...

Description Usage Arguments Value Examples

View source: R/oncoprintISB.R

Description

Give count of individuals with a mutation recorded for selected tumor

Usage

1
2
3
4
5
6
TcgaNIndWithAnyMut(
  tumor = "BRCA",
  limit = NULL,
  db = "isb-cgc:tcga_201607_beta",
  project
)

Arguments

tumor

character(1) defaults to 'BRCA'

limit

numeric(1) defaults to NULL, appended as limit to number of records returned if non-null

db

character(1) BigQuery database name

project

character(1) project code

Value

numeric(1)

Examples

1
if (interactive()) TcgaNIndWithAnyMut(project="cgc-05-0009")

BiocOncoTK documentation built on Nov. 8, 2020, 6:03 p.m.