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