While individual workflows can be run independently, it is strongly recommended to install the R package associated with this repository. The package will automatically install all the necessary dependencies and provide a getData()
function that can be used to quickly retrieve the example datasets used by individual workflows. To install the package, simply run the following commands in your R shell:
if( !require(devtools) ) install.packages( "devtools" )
devtools::install_github( "datarail/workflows" )
The following workflows are centered around Digital Gene Expression data analysis:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.