tumNorSet: create list with SEs for tumor and normal for a tumor/assay...

Description Usage Arguments Examples

View source: R/pancan.R

Description

create list with SEs for tumor and normal for a tumor/assay pairing

Usage

1
2
3
4
5
6
7
tumNorSet(
  bq,
  code = "PRAD",
  assayDataTableName = pancan_longname("rnaseq"),
  assayValueFieldName = "normalized_count",
  assayFeatureName = "Entrez"
)

Arguments

bq

a BigQuery connection

code

character(1) a TCGA tumor code, defaults to "PRAD" for prostate tumor

assayDataTableName

character(1) name of table in BigQuery

assayValueFieldName

character(1) field from which assay quantifications are retrieved

assayFeatureName

character(1) field from which assay feature names are retrieved

Examples

1
2
3
4
5
6
7
if (interactive()) {
 bqcon = try(pancan_BQ())
 if (!inherits(bqcon, "try-error")) {
   tn = tumNorSet(bqcon)
   tn
 }
}

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