This repository includes a series of scripts and other files that make it easier and quicker to generate Kinome Analysis using the Cognitive Disorders Research Lab set of tools.
This template allows you to perform the following tasks:
- Generate KRSA reports for a given kinome array experiment dataset
- Generate UKA results for a given kinome array experiment dataset
- Generate creedenzymatic results for the experiments
- Generate Quartile plots for the experiments
In addition, this repository allows for the following:
- Standardizing the location of particular input and output files
- Allow for easy and predictable management of the data and results
- Allow for easy publishing of the results in a reproducible manner
Use of this repository requires the following tools to already be installed:
R-- The language runtimegit-- A version control systemjust-- A task runner- A text editor or IDE (
Visual Studio Code,RStudio,Neovimetc.) - (For Windows Only)
Rtoolsfor your version of R. - (Optional)
radian-- An alternative R Console
Follow this process for a quick start:
- Use the [
Use Template] button to generate a copy of the repository in your own account. - Clone this repository to your own computer.
- Open R in the repository directory.
- Run
renv::restore()in the R Console and install all the dependencies. - Place your
SigmBgandSignalSaturationfiles in thekinome_datafolder. - Copy the
template.Rmdfile to your report name. - Change the file paths in the top matter of the
Rmdfile to point to the files you just placed. - Run
just allin the console.