6 training material found
A showcase of Data Analysis in Python and R: A case study using COVID-19 data

In all fields of research we are being confronted with a deluge of data; data that needs cleaning and transformation to be used in further analysis. This webinar demonstrates the effective use of programming tools for an initial analysis of COVID-19 datasets, with examples using both R and...

Keywords: Python, R

A showcase of Data Analysis in Python and R: A case study using COVID-19 data https://dresa.org.au/materials/a-showcase-of-data-analysis-in-python-and-r-a-case-study-using-covid-19-data In all fields of research we are being confronted with a deluge of data; data that needs cleaning and transformation to be used in further analysis. This webinar demonstrates the effective use of programming tools for an initial analysis of COVID-19 datasets, with examples using both R and Python. Cleaning up a dataset for analysis Using Jupyter lab for interactive analysis Making the most of the tidyverse (R) and pandas (python) Simple data visualisation using ggplot (R) and seaborn (python) Best practices for readable code The webinar has no prerequisites. training@intersect.org.au Python, R
Start Coding without Hesitation: Programming Languages Showdown

Programming is becoming more and more popular, with many researchers using programming to perform data cleaning, data manipulation, data analytics, as well as creating publication quality plots. Programming can be really beneficial for automating processes and workflows. In this webinar, we are...

Keywords: Python, R, Matlab, Julia

Start Coding without Hesitation: Programming Languages Showdown https://dresa.org.au/materials/start-coding-without-hesitation-programming-languages-showdown Programming is becoming more and more popular, with many researchers using programming to perform data cleaning, data manipulation, data analytics, as well as creating publication quality plots. Programming can be really beneficial for automating processes and workflows. In this webinar, we are exploring four of the most popular programming languages that are widely used in academia, namely Python, R, MATLAB, and Julia. Why use Programming An overview of Python, R, MATLAB, and Julia Code comparison of the four programming languages Popularity and job opportunities Intersect’s comparison General guidelines on how to choose the best programming language for your research The webinar has no prerequisites. training@intersect.org.au Python, R, Matlab, Julia
Cleaning Biodiversity Data in R

This book is a practical guide for cleaning geo-referenced biodiversity data using R. It focuses specifically on the processes and challenges you’ll face with biodiversity data. As such, this book isn’t a general guide to data cleaning but a targeted resource for those working with or interested...

Keywords: R, Data cleaning, Biodiversity data, Rstats, Ecology, Reproducibility, Beginner R coding, data wrangling, Coding

Cleaning Biodiversity Data in R https://dresa.org.au/materials/cleaning-biodiversity-data-in-r This book is a practical guide for cleaning geo-referenced biodiversity data using R. It focuses specifically on the processes and challenges you’ll face with biodiversity data. As such, this book isn’t a general guide to data cleaning but a targeted resource for those working with or interested in ecology, evolution, and geo-referenced biodiversity data. Atlas of Living Australia support@ala.org.au R, Data cleaning, Biodiversity data, Rstats, Ecology, Reproducibility, Beginner R coding, data wrangling, Coding
WORKSHOP: Unlocking nf-core - customising workflows for your research

This record includes training materials associated with the Australian BioCommons workshop Unlocking nf-core - customising workflows for your research’. This workshop took place over two, 3 hour sessions on 18-19 May 2023.

Event description

Processing and analysing omics datasets poses many...

Keywords: Bioinformatics, Workflows, Nextflow, nf-core

WORKSHOP: Unlocking nf-core - customising workflows for your research https://dresa.org.au/materials/workshop-unlocking-nf-core-customising-workflows-for-your-research-1584ff39-e007-4422-9fd5-4e407df6b6c5 This record includes training materials associated with the Australian BioCommons workshop Unlocking nf-core - customising workflows for your research’. This workshop took place over two, 3 hour sessions on 18-19 May 2023. Event description Processing and analysing omics datasets poses many challenges to life scientists, particularly when we need to share our methods with other researchers and scale up our research. Public and reproducible bioinformatics workflows, like those developed by nf-core, are invaluable resources for the life science community. nf-core is a community-driven effort to provide high-quality bioinformatics workflows for common analyses including, RNAseq, mapping, variant calling, and single cell transcriptomics. A big advantage of using nf-core workflows is the ability to customise and optimise them for different computational environments, types and sizes of data and research goals.  This workshop will set you up with the foundational knowledge required to run and customise nf-core workflows in a reproducible manner. On day 1 you will learn about the nf-core tools utility, and step through the code structure of nf-core workflows. Then on day 2, using the nf-core/rnaseq workflow as an example, you will explore the various ways to adjust the workflow parameters, customise processes, and configure the workflow for your computational environment. This workshop event and accompanying materials were developed by the Sydney Informatics Hub, University of Sydney in partnership with Seqera Labs, Pawsey Supercomputing Research Centre, and Australia’s National Research Education Network (AARNet). The workshop was enabled through the Australian BioCommons - Bring Your Own Data Platforms project (Australian Research Data Commons and NCRIS via Bioplatforms Australia).  Materials Materials are shared under a Creative Commons Attribution 4.0 International agreement unless otherwise specified and were current at the time of the event. Files and materials included in this record: Event metadata (PDF): Information about the event including, description, event URL, learning objectives, prerequisites, technical requirements etc. Index of training materials (PDF): List and description of all materials associated with this event including the name, format, location and a brief description of each file. nfcore_Schedule: Schedule for the workshop providing a breakdown of topics and timings nfcore_Q_and_A: Archive of questions and their answers from the workshop Slack Channel. Materials shared elsewhere: This workshop follows the accompanying training materials that were developed by the Sydney Informatics Hub, University of Sydney in partnership with Seqera Labs, Pawsey Supercomputing Research Centre, and Australia’s National Research Education Network (AARNet).  https://sydney-informatics-hub.github.io/customising-nfcore-workshop Melissa Burke (melissa@biocommons.org.au) Bioinformatics, Workflows, Nextflow, nf-core
WORKSHOP: R: fundamental skills for biologists

This record includes training materials associated with the Australian BioCommons workshop ‘R: fundamental skills for biologists’. This workshop took place over four, three-hour sessions on 1, 8, 15 and 22 June 2022.

 

Event description

Biologists need data analysis skills to be able to...

Keywords: Bioinformatics, Analysis, Statistics, R software, RStudio, Data visualisation

WORKSHOP: R: fundamental skills for biologists https://dresa.org.au/materials/workshop-r-fundamental-skills-for-biologists-81aa00db-63ad-4962-a7ac-b885bf9f676b This record includes training materials associated with the Australian BioCommons workshop ‘R: fundamental skills for biologists’. This workshop took place over four, three-hour sessions on 1, 8, 15 and 22 June 2022.   Event description Biologists need data analysis skills to be able to interpret, visualise and communicate their research results. While Excel can cover some data analysis needs, there is a better choice, particularly for large and complex datasets.  R is a free, open-source software and programming language that enables data exploration, statistical analysis, visualisation and more. The large variety of R packages available for analysing biological data make it a robust and flexible option for data of all shapes and sizes.  Getting started can be a little daunting for those without a background in statistics and programming. In this workshop we will equip you with the foundations for getting the most out of R and RStudio, an interactive way of structuring and keeping track of your work in R. Using biological data from a model of influenza infection, you will learn how to efficiently and reproducibly organise, read, wrangle, analyse, visualise and generate reports from your data in R. Topics covered in this workshop include: Spreadsheets, organising data and first steps with R Manipulating and analysing data with dplyr Data visualisation Summarized experiments and getting started with Bioconductor   This workshop is presented by the Australian BioCommons and Saskia Freytag from WEHI  with the assistance of a network of facilitators from the national Bioinformatics Training Cooperative. Materials are shared under a Creative Commons Attribution 4.0 International agreement unless otherwise specified and were current at the time of the event. Files and materials included in this record: Event metadata (PDF): Information about the event including, description, event URL, learning objectives, prerequisites, technical requirements etc. Index of training materials (PDF): List and description of all materials associated with this event including the name, format, location and a brief description of each file. Schedule (PDF): A breakdown of the topics and timings for the workshop Recommended resources (PDF): A list of resources recommended by trainers and participants Q_and_A(PDF): Archive of questions and their answers from the workshop Slack Channel. Materials shared elsewhere:   This workshop follows the tutorial ‘Introduction to data analysis with R and Bioconductor’ which is publicly available. https://saskiafreytag.github.io/biocommons-r-intro/ This is derived from material produced as part of The Carpentries Incubator project https://carpentries-incubator.github.io/bioc-intro/ Melissa Burke (melissa@biocommons.org.au) Bioinformatics, Analysis, Statistics, R software, RStudio, Data visualisation
Git for RStudio: streamline your version control workflow

Learn how to use Git and RStudio together for version control and collaboration. We provide hands-on assistance in getting Git and RStudio to communicate effectively. This Masterclass will highlight the importance of making collaboration transparent for everyone, as well as the benefits of using...

Keywords: Git, RStudio, training material

Git for RStudio: streamline your version control workflow https://dresa.org.au/materials/git-for-rstudio-streamline-your-version-control-workflow Learn how to use Git and RStudio together for version control and collaboration. We provide hands-on assistance in getting Git and RStudio to communicate effectively. This Masterclass will highlight the importance of making collaboration transparent for everyone, as well as the benefits of using version control to maintain a clear and comprehensive record of project development, and keep your projects organized and reproducible. *The Sydney Informatics Hub is a Core Research Facility at The University of Sydney, enabling excellence in research* [https://sydney.edu.au/informatics-hub](https://sydney.edu.au/informatics-hub) sih.training@sydney.edu.au Git, RStudio, training material
2 event found
  • Introduction to Programming: R for Reproducible Scientific Analysis

    5 - 8 August 2024

    Introduction to Programming: R for Reproducible Scientific Analysis https://dresa.org.au/events/introduction-to-programming-r-for-reproducible-scientific-analysis-00fa38e1-6d3f-497c-88e8-85cf771dcd27 This Software Carpentry workshop will introduce novice programmers to the R software environment, a powerful, popular and free statistical and graphical programming language. R is commonly used in many scientific disciplines for statistical analysis and its array of third-party packages. The emphasis of this workshop is to give attendees a strong foundation in the fundamentals of R, and to teach best practices for scientific computing: breaking down analyses into modular units, task automation, and encapsulation. 2024-08-05 09:00:00 UTC 2024-08-08 12:30:00 UTC QCIF QCIF training@qcif.edu.au [] [] workshop open_to_all []
  • Data Manipulation and Visualisation in R at UOA Online

    15 - 16 August 2024

    Data Manipulation and Visualisation in R at UOA Online https://dresa.org.au/events/data-manipulation-and-visualisation-in-r-at-uoa-online-fd35ac23-6025-435e-86ba-501f12446799 R is quickly gaining popularity as a programming language for statisticians, data scientists and researchers. It has an excellent ecosystem including the powerful RStudio and the Shiny web application framework. In this workshop, you will learn how to manipulate, explore and get insights from your data (Data Manipulation using the dplyr package), as well as how to convert your data from one format to another (Data Transformation using the tidyr package). You will also explore different types of graphs and learn how to customise them using one of the most popular plotting packages in R, ggplot2 (Data Visualisation). We teach using RStudio, which allows program code, results, visualisations and documentation to be blended seamlessly. Join us for a live coding workshop where we write programs that produce results, using the researcher-focused training modules from Intersect and the highly regarded Software Carpentry Foundation. #### You'll learn: DataFrame Manipulation using the dplyr package DataFrame Transformation using the tidyr package Using the Grammar of Graphics to convert data into figures using the ggplot2 package Configuring plot elements within ggplot2 Exploring different types of plots using ggplot2 #### Prerequisites: Either \Learn to Program: R\ or \Learn to Program: R\ and \R for Research\ needed to attend this course. If you already have experience with programming, please check the topics covered in the \Learn to Program: R\ and \R for Research\ courses to ensure that you are familiar with the knowledge needed for this course. For more information, please click [here](https://intersect.org.au/training/course/r203). 2024-08-15 13:30:00 UTC 2024-08-16 16:30:00 UTC Intersect Australia Australia Australia Intersect Australia training@intersect.org.au [] [] [] host_institution []