TcgaNIndWithAnyMut {BiocOncoTK}R Documentation

Give count of individuals with a mutation recorded for selected tumor

Description

Give count of individuals with a mutation recorded for selected tumor

Usage

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

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

[Package BiocOncoTK version 1.4.0 Index]