add_sym | R Documentation |
add symbols in rowData to a SummarizedExperiment that has Entrez IDs for rownames
add_sym(x)
x |
SummarizedExperiment instance |
Will fail if 'symbol' is a column of rowData(x)
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) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.