tumNorSet | R Documentation |
create list with SEs for tumor and normal for a tumor/assay pairing
tumNorSet( bq, code = "PRAD", assayDataTableName = pancan_longname("rnaseq"), assayValueFieldName = "normalized_count", assayFeatureName = "Entrez" )
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 |
if (interactive()) { bqcon = try(pancan_BQ()) if (!inherits(bqcon, "try-error")) { tn = tumNorSet(bqcon) tn } }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.