| title | My_Project.md |
|---|---|
| author | First Last |
| date | 2023-12-01 |
| output | github_document |
Describe here the background and motiviation for completing this project.
References:
- Link 1
- Link 2
- Link 3
Aim 1:
Aim 2:
- Step 1: Link to script.
- Step 2: Link to script.
- Analysis 1: We will use this software: ____ to do ____.
Link to script here.
- Analysis 2: We will write custom code to ____.
Link to script here.
- Analysis 1
- Analysis 2
- Data visualization: We will use ggplot in R to make plots.
Project directory:
Tree diagram for data, code, outputs within the project directory.
project_directory # The working directory
├── data
│ ├── raw_data.csv
│ └── processed_data.csv
├── output
│ ├── results
│ │ ├── results_aim_1.csv # write a note about what this file contains.
│ │ └── results_aim_2.csv
│ └── visualization
│ └── plots_aim_1.png
│ └── plots_aim_2.png
└── scripts
├── data_processing.Rmd
├── analyses_aim_1.1.sh
├── analyses_aim_1.2.Rmd
├── analyses_aim_2.1.py
└── data_visualziation.RmdDescribe your expected results here.
If the project is completed, describe the format, location of output data.
Caroline is responsible for data preprocessing. Ale will conduct analyses described in Aim 1. Jake will perform analyses in Aim 2. Alexis will perform data visualization.
This work is funded by the following grants:
- Grant 1
- Grant 2