-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.Rmd
52 lines (33 loc) · 1.95 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!-- <div class="wrapper"> -->
<!-- <a href="https://wcmcbioinformatics.github.io/Rbootcamp2018/Schedule.html" class="button button1">Schedule</a> -->
<!-- </div> -->
<p class="big"> Welcome to the R bootcamp for biologists course website! </p>
<div class="center">
<h32> (January 8-10 at FootHills Campus) </h32>
</div>
<h3><font color="blue">This course is offered jointly by the International Microbiome Centre and Faculty of Veterinary Medicine at the University of Calgary.
</h3></font>
<br>
## About this course
<p>
The purpose of this course is to teach scientists (students, postdocs, PIs) in the biological and medical sciences to use R for typical data analysis tasks they might encounter routinely. This includes sequence analysis and other bioinformatics tasks.
<i> No prior knowledge of R is expected and workshop attendees can expect to come away with a skill set that is immediately translatable to their respective data tasks.</i></p>
<br>
## What you will learn
At the end of the workshop you will able to:
* Install and update R
* Use the Rstudio IDE
* Import a wide variety of data types into R
* Understand the basic data types: integer, numeric, logical, character
* Understand R’s basic data structures: vector, matrix, list, data.frame
* Manipulate data structures by subsetting and indexing
* Manipulate data with tidyverse
* Make plots with ggplot
* Understand some common R errors and how to deal with them
* Find and evaluate R packages needed for a particular analysis
<br>
##Fees
The fee for this course is 250 CAD.
## Register
<font color="red"> Attendees will need to spend 4-6 hours on course material each week ( for 3 weeks) prior to the start of the course.</font> For more details, please read <a href="https://wcmcbioinformatics.github.io/Rbootcamp2018/format.html"> Course Format</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLScZDvSREzHU6Fzwr-tdPLUp8sA8FTR27wE5O3jigY7OVLdmfQ/viewform" class="button button1">Register</a>