Description Usage Arguments Value Examples
Main function for downloading data from firehose.
1 2  | firehose_get(disease_cohort, data_type, run_type = "stddata",
  run_date = "latest", resume = TRUE)
 | 
disease_cohort | 
 use   | 
data_type | 
 "mutation", "expression", or "Aggregate_AnalysisFeatures".  | 
run_type | 
 use   | 
run_date | 
 use   | 
resume | 
 set TRUE to resume broken downloads.  | 
R object for firehose data.
1 2 3 4 5  | ## Not run: 
mut_data <- firehose_get("HNSC", "mutation", run_date = "2015_08_21", run_type = "stddata")
exp_data <- firehose_get("HNSC", "expression", run_date = "2015_08_21", run_type = "stddata")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.