An open API service indexing awesome lists of open source software.

https://github.com/vjcitn/aacrpamphlet

October 2018 pamphlet on Bioconductor:Cancer
https://github.com/vjcitn/aacrpamphlet

Last synced: 4 months ago
JSON representation

October 2018 pamphlet on Bioconductor:Cancer

Awesome Lists containing this project

README

        

# aacrPamphlet
October 2018 pamphlet on Bioconductor:Cancer

# Comments

- The rendered PDF with hyperlinks is ccl.pdf

- You can create it from ccl.Rmd under the following conditions
- You have sufficient pandoc infrastructure to render tufte_handout Rmarkdown
- You have sufficient Google BigQuery authentication in the rendering session to succeed with the
buildPancanSE example
- this would imply that you have a valid project-id for BigQuery; we'll pretend it is "xyz-abc-def"
- You load MultiAssayExperiment, BiocOncoTK, and then load("blcaMAE.rda")
- You run the command
```
assay(experiments(blcaMAE)$meth)@seed@seed@filepath@bqconn@billing = "xyz-abc-def" # USE YOUR CODE
```
- You verify that assay(experiments(blcaMAE)$meth) retrieves some data from BigQuery
- You save(blcaMAE, file="blcaMAE.rda)
- render("ccl.Rmd")

- The program panel.R will generate the multiboxplot panel. It likewise
requires that BiocOncoTK::pancan_BQ(...) succeed meaningfully, either
by picking up a value for CGC_BILLING from the environment, or having
a billing code supplied as `billing` parameter