add_sym: add symbols in rowData to a SummarizedExperiment that has...

Description Usage Arguments Note Examples

Description

add symbols in rowData to a SummarizedExperiment that has Entrez IDs for rownames

Usage

1

Arguments

x

SummarizedExperiment instance

Note

Will fail if 'symbol' is a column of rowData(x)

Examples

1
2
3
4
5
6
if (interactive()) {
  bq = pancan_BQ()
  rnse = try(buildPancanSE(bq, assay="RNASeqv2"))
  if (inherits(rnse, "try-error")) stop("probably need CGC_BILLING set in environment or with pancan_BQ")
  add_sym(rnse)
}

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