-
-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbf232b
commit d7073c0
Showing
1 changed file
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,50 @@ | ||
--- | ||
title: FIXME | ||
title: Learner profiles | ||
--- | ||
|
||
This is a placeholder file. Please add content here. | ||
The trainig is designed to cater to a wide range of learners, ensuring that everyone can start with a solid foundation in R programming and data analysis. Here are some specific learner profiles who would benefit from the course in different ways: | ||
|
||
## Profile 1: Wet Lab Scientists Transitioning to Data Analysis | ||
|
||
* __Background:__ | ||
* Learners with no previous experience in R, coming from a wet lab setup and moving towards data analysis in R. | ||
* __Motivation:__ | ||
* These learners are motivated to enhance their research by incorporating data analysis skills. They need to analyze experimental data, interpret results, and present findings in a reproducible manner. | ||
* __Challenges:__ | ||
* Lack of familiarity with programming concepts. | ||
* Need for a gentle introduction to coding and data analysis. | ||
* Overcoming the initial learning curve of understanding syntax and basic operations in R. | ||
* __Learning Objectives:__ | ||
* Grasp basic R programming concepts and terminology. | ||
* Learn to import, manipulate, and visualize data using R. | ||
* Enhance confidence in creating reproducible and shareable analysis workflows. | ||
|
||
## Profile 2: Programmers New to R | ||
|
||
* __Background:__ | ||
* Learners with other programming experience but no prior R introduction. They may have experience in languages like Python or Java. | ||
* __Motivation:__ | ||
* These learners aim to leverage their existing programming knowledge to learn R for data analysis and scientific computing. | ||
* __Challenges:__ | ||
* Translating existing programming knowledge to the R environment. | ||
* Understanding the nuances and idiomatic expressions in R. | ||
* Learning the specifics of R’s data structures and packages. | ||
* __Learning Objectives:__ | ||
* Adapt to R’s syntax and environment. | ||
* Understand and use R’s specialized data structures. | ||
* Integrate R into their existing programming workflows for data analysis. | ||
|
||
## Profile 3: Data Scientists Seeking Scientific Data Proficiency | ||
|
||
* __Background:__ | ||
* People from data science who are willing to learn more about scientific data structures in R and how to better visualize them. | ||
* __Motivation:__ | ||
* These learners want to expand their knowledge to include scientific data analysis and visualization techniques specific to R. They aim to improve their data handling skills and create more insightful visualizations. | ||
* __Challenges:__ | ||
* Deepening understanding of scientific data structures. | ||
* Learning advanced visualization techniques. | ||
* Integrating R’s statistical capabilities with existing data science tools. | ||
* __Learning Objectives:__ | ||
* Gain proficiency in handling and analyzing scientific data in R. | ||
* Master visualization techniques for scientific data. | ||
* Learn to create comprehensive and reproducible reports and packages. |