Introduction to R programming language training course – 7-8 May

185,00$

7 – 8 May

11:00 – 18:00

 

  • For scientists, researchers, and students.
  • Designed for those who are new to the R programming language.
  • Hands-on course with the instructor to practice coding in R.
  • Online live sessions.
  • Easy and fast registration

 

 

 

 

 

 

Out of stock

Categories: , Tags: , , , Product ID: 1245

Description

This course is specially designed for those who are new to the R programming language. R programming is commonly used among biologists, bioinformaticians, statisticians, and data scientists to analyze and visualize different kinds of data.
This course will provide a comprehensive introduction to R and Rstudio interactively. The course will allow you to build a strong foundation for using the R language. The course offers the opportunity to interact with the instructor, many hands-on sessions to practice with example data. Moreover, there will be another practical session at the end of the course where participants will perform what they’ve learned during the course with example data sets.

Introduction to R programming language training course is open to everyone from different disciplines who are keen on learning.

This course was developed by Eres Biotech, which offers Turkey’s most popular bioinformatics training and consultancy services. Now our services are in English for you.

Requisites for Introduction to R programming language training course

  • Designed for beginners in R and programming, no prior knowledge needed.
  • Internet connection and computer are required.
  • All the software, R and R Studio, which will be used in the course are open sources, no need to pay for them.

How to Register?

  • To register for the course you can easily complete payment by adding the course to your cart
  • We will contact you within 3 days by e-mail after your payment to confirm your registration and for your invoice.
  • We are happy to help if you need for your registration process, for questions: info@eresbiotech.com
  • You can make your payment with your credit card. If you wish to make your payment with a transfer we will provide you bank account. Please contact us: info@eresbiotech.com

Trainer - MSc E. Ravza Gür

E. Ravza Gür graduated from Marmara University Bioengineering (English) department in 2016 as an honor student. In her undergraduate thesis, she worked on repurposing approved drugs using bioinformatics approaches.

She completed her master’s degree at Yıldız Technical University in 2018. She worked on analyzing human metabolic pathways using the line theory algorithm.

She has been continuing her doctoral studies in Bioinformatics at Oxford University since 2019. Study subjects; development of analytical methods for biological problems, next-generation sequencing analysis (mainly single-cell ATAC sequencing data), and machine learning.

Training Course Topics

  • Installation of R and Rstudio

  • Get to know R and Rstudio

  • Help system in Rstudio

  • R as a calculator

  • Basic data types

  • Variable assignment

  • Vectors
    • Creating vectors
    • Naming vectors
    • Vector selection
    • Arithmetics with vectors
    • Comparison of vectors
    • Advanced selection
    • Practice Session
  • Matrices
    • Creating matrices
    • Naming matrices
    • Selection of matrix elements
    • Arithmetics with matrices
    • Creating new columns/rows
    • Practice Session
  • Data frames
    • How to create data frame
    • Structure of data frames
    • Naming columns and rows of data frames
    • Selection of data frame elements
    • Subsetting data frames
    • Sorting data frames
    • Merging data frames
    • Filtering data frames
    • Practice Session
  • Lists
    • Why do we use list?
    • Creating lists
    • Naming the lists
    • Practice Session
  • Importing data into R
    • Importing csv and txt files
    • Variable assignment for the files
    • Practice Session
  • Graphics and plotting
    • Creating contingency table
    • Scatter Plots
    • Boxplot
    • Histogram
    • Line plots
    • Practice Session
  • Practice Session