05 May 2019
Goals:
- Write a backbone of your program.
- Explore the resources available for your project.
- Explore R functions relevant to your project.
04 May 2019
Goals:
- Understand the importance of building a program
- Learn how to gather user input into the program.
- Learn how to process files in sequence using for loop.
- Understand the importance of using variables instead of fixed values.
- Learn how to give warnings and feedback to the user.
27 Apr 2019
Goals:
- Understand the importance of a good README file.
- Write a README file for your project.
- Create a repository for your project.
21 Apr 2019
Goals:
- Understand the power of regular expressions.
- Understand the things that sed can do with expressions.
- Change the format of real data from biological experiments using regular expressions.