class: center, middle, inverse, title-slide # Welcome to RaukR 2021 ## RaukR 2021 • Advanced R for Bioinformatics ###
Marcin Kierczak
### NBIS, SciLifeLab --- exclude: true count: false <link href="https://fonts.googleapis.com/css?family=Roboto|Source+Sans+Pro:300,400,600|Ubuntu+Mono&subset=latin-ext" rel="stylesheet"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous"> --- name: NBIS ## National Bioinformatics Infrastructure Sweden * SciLifeLab - one of the three biggest national research infrastructures in Sweden (Mark-IV and ESS) * NBIS - a SciLifeLab Bioinformatics Platforms * a national distributed network of around 120 bioinformaticians * support + training + development <img src="intro_assets/Group_NBIS.png" width="1872" style="display: block; margin: auto auto auto 0;" /> --- name: raukr ## RaukR * idea born about 2015, crystallized around 2017 * first RaukR in 2018 * in 2018 - 45 participants (30 from Sweden and 15 international) * subsidized by SciLifeLab * the first advanced topic course at NBIS * typically hosted at Campus Gotland, a part of Uppsala University <img src="intro_assets/Group_2018.jpg" width="5655" style="display: block; margin: auto auto auto 0;" /> --- name: raukr-info2 ## RaukR - cted. * 2018 - 45 participants, 10 teachers, guests: Martin Morgan, Paula Moraga, Olle Jansson, Lové Dalen * 2019 - 44 participants, 10 teachers, guests: Jenny Bryan, Yihui Xie, Lové Dalen * 2020 - canceled <img src="intro_assets/Group_2019.jpg" height=450px> --- name: raukr-2021 ## RaukR 2021 * 2021 - 30 participants -- * teachers: + Marcin Kierczak, Uppsala - organiser + Sebastian DiLorenzo, Uppsala - organiser + Roy Francis, Uppsala - RaukR core staff + Nina Norgren, Umeå - NBIS Training Vice Coordinator + Ashfaq Ali, Lund + Mun-Gwan Hong, Stockholm + Julie Lorent, Stockholm + Nikolay Oskolkov, Lund + Björn Viklund, Uppsala + Lokeshwaran Manoharan, Lund -- * guest lecturers: + Jenny Bryan - RStudio, Hadley Wickham's team + Christophe Dervieux - RStudio, Yihui Xie's team + Yihui Xie - software engineer at RStudio + Max Kuhn, RStudio -- * social media: #RaukR | Twitter | raukr.slack.com | HackMD --- name: project ## Projects * either own data or supplied dataset * a package * use R markdown * collaborative effort using GitHub * assigned tutor * ideally 3 people per project * short presentation (~10min per group) on the last day --- name: session ## Session * This presentation was created in RStudio using [`remarkjs`](https://github.com/gnab/remark) framework through R package [`xaringan`](https://github.com/yihui/xaringan). * For R Markdown, see <http://rmarkdown.rstudio.com> * For R Markdown presentations, see <https://rmarkdown.rstudio.com/lesson-11.html> ```r R.version ``` ``` ## _ ## platform x86_64-apple-darwin17.0 ## arch x86_64 ## os darwin17.0 ## system x86_64, darwin17.0 ## status ## major 4 ## minor 0.3 ## year 2020 ## month 10 ## day 10 ## svn rev 79318 ## language R ## version.string R version 4.0.3 (2020-10-10) ## nickname Bunny-Wunnies Freak Out ``` --- name: end-slide class: end-slide # Thank you