FirebrowseR is a R client for Broads Firehose Web API, which is serving data generated by the Firehose Pipeline. Note: This pipeline processes TCGA date sets.
Why should I use FirebrowseR?
Short: Directly get TCGA/Firhose data into R.
Long: Whoever used the TCGA downloads should have noticed that the formats are never the same, even for data sets of the same type. Broads Firehose API resolves these issues. You directly receive JSON, CSV or TSV output. At this point FirebrowseR is entering the game, directly connecting your R session to the API and allowing you to query all data sets. You receive standardized data frames or json objects (requiring the jsonlite package).
Long: The command above is executed from your R session and requires the devtools package to be installed. If it’s not already installed, please do so by executing install.packages("devtools"). Later, when the API has droped its beta status, there will be a CRAN release.
FirebrowseR
FirebrowseR is a R client for Broads Firehose Web API, which is serving data generated by the Firehose Pipeline. Note: This pipeline processes TCGA date sets.
Why should I use FirebrowseR?
Short: Directly get TCGA/Firhose data into R.
Long: Whoever used the TCGA downloads should have noticed that the formats are never the same, even for data sets of the same type. Broads Firehose API resolves these issues. You directly receive
JSON,CSVorTSVoutput. At this point FirebrowseR is entering the game, directly connecting your R session to the API and allowing you to query all data sets. You receive standardized data frames or json objects (requiring thejsonlitepackage).How do I get it?
Short:
devtools::install_github("mariodeng/FirebrowseR")Long: The command above is executed from your R session and requires the
devtoolspackage to be installed. If it’s not already installed, please do so by executinginstall.packages("devtools"). Later, when the API has droped its beta status, there will be a CRAN release.How do I use it
Short:
Long:
Please see vignettes/FirebrowseR.Rmd