All Projects → swcarpentry → r-novice-inflammation

swcarpentry / r-novice-inflammation

Licence: other
Programming with R

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
r
7636 projects
SCSS
7915 projects
Makefile
30231 projects
CSS
56736 projects

Projects that are alternatives of or similar to r-novice-inflammation

sql-novice-survey
Databases and SQL
Stars: ✭ 59 (-58.45%)
Mutual labels:  english, stable, lesson, data-wrangling, software-carpentry, carpentries
R Raster Vector Geospatial
Introduction to Geospatial Raster and Vector Data with R
Stars: ✭ 76 (-46.48%)
Mutual labels:  english, stable, data-visualisation, lesson, data-wrangling
wrangling-genomics
Data Wrangling and Processing for Genomics
Stars: ✭ 49 (-65.49%)
Mutual labels:  english, stable, lesson, data-wrangling, carpentries
R Ecology Lesson
Data Analysis and Visualization in R for Ecologists
Stars: ✭ 218 (+53.52%)
Mutual labels:  english, stable, data-visualisation, lesson, data-wrangling
R Novice Gapminder
R for Reproducible Scientific Analysis
Stars: ✭ 127 (-10.56%)
Mutual labels:  english, stable, data-visualisation, lesson, data-wrangling
Python Ecology Lesson
Data Analysis and Visualization in Python for Ecologists
Stars: ✭ 116 (-18.31%)
Mutual labels:  english, stable, data-visualisation, lesson, data-wrangling
sql-ecology-lesson
Data Management with SQL for Ecologists
Stars: ✭ 37 (-73.94%)
Mutual labels:  english, stable, lesson, data-wrangling, carpentries
matlab-novice-inflammation
Programming with MATLAB
Stars: ✭ 26 (-81.69%)
Mutual labels:  english, stable, lesson, software-carpentry, carpentries
Python Novice Gapminder
Plotting and Programming in Python
Stars: ✭ 109 (-23.24%)
Mutual labels:  english, stable, data-visualisation, lesson, data-wrangling
lc-data-intro
Library Carpentry: Introduction to Working with Data (Regular Expressions)
Stars: ✭ 16 (-88.73%)
Mutual labels:  english, stable, lesson, carpentries
OpenRefine-ecology-lesson
Data Cleaning with OpenRefine for Ecologists
Stars: ✭ 20 (-85.92%)
Mutual labels:  english, stable, lesson, carpentries
cloud-genomics
Introduction to Cloud Computing for Genomics
Stars: ✭ 13 (-90.85%)
Mutual labels:  english, stable, lesson, carpentries
shell-genomics
Introduction to the Command Line for Genomics
Stars: ✭ 54 (-61.97%)
Mutual labels:  english, stable, lesson, carpentries
python-aos-lesson
Python for Atmosphere and Ocean Scientists
Stars: ✭ 78 (-45.07%)
Mutual labels:  english, data-visualisation, lesson, carpentries
shell-extras
Extra Unix Shell Material
Stars: ✭ 22 (-84.51%)
Mutual labels:  english, stable, lesson, carpentries
lc-spreadsheets
Tidy data for librarians
Stars: ✭ 17 (-88.03%)
Mutual labels:  english, lesson, carpentries
Shell Novice
The Unix Shell
Stars: ✭ 234 (+64.79%)
Mutual labels:  english, stable, lesson
Git Novice
Version Control with Git
Stars: ✭ 227 (+59.86%)
Mutual labels:  english, stable, lesson
lc-wikidata
Library Carpentry Wikidata
Stars: ✭ 17 (-88.03%)
Mutual labels:  english, lesson, carpentries
rr-organization1
The Organization lesson for the Reproducible Science Curriculum
Stars: ✭ 36 (-74.65%)
Mutual labels:  english, lesson, carpentries

Build and Deploy Website Create a Slack Account with us Slack Status

r-novice-inflammation

The Carpentries teach foundational coding, and data science skills to researchers worldwide. This GitHub repository generates the Software Carpentry lesson website "Introduction to R for non-programmers using inflammation data." The lesson website can be viewed here. Making changes in this GitHub repository allows us to change the content of the lesson website.

The following people are maintainers for this lesson, and are responsible for determining which changes to incorporate into the lesson:

Alumni:

The goal of this lesson is to teach novice programmers to write modular code to perform a data analysis. R is used to teach these skills because it is a commonly used programming language in many scientific disciplines. However, the emphasis is not on teaching every aspect of R, but instead on language agnostic principles like automation with loops and encapsulation with functions (see Best Practices for Scientific Computing to learn more). This lesson is a translation of the Python version, and is also available in MATLAB.

The example used in this lesson analyzes a set of 12 data files with inflammation data collected from a trial for a new treatment for arthritis (the data was simulated). Learners are shown how it is better to create a function and apply it to each of the 12 files using a loop instead of using copy-paste to analyze the 12 files individually.

Contributing

We value your contributions. How to contribute to this lesson is outlined in CONTRIBUTING.md. If you have questions about our contributing guidelines, please create a new issue in the issues tab and one of the maintainers will respond.

Getting Help

Please see https://github.com/carpentries/lesson-example for instructions on formatting, building, and submitting lessons, or run make in this directory for a list of helpful commands.

If you have questions or proposals, please send them to the r-discuss mailing list.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].