class: center, middle
library(rappp)
.center[]
??? background-image: url(https://ki.se/sites/default/files/migrate/styles/adaptive/public/scilifelab-in-stockholm.jpg) background-position: right background-size: contain
??? We are from SciLifeLab blah blah loggor
.center[]
Forking and cloning by August and Sofia.
Incorprate separate funcitons for different parts of our data analysis workflow.
bead_count_base(df_bead_count)
--
bead_count_ggplot(df_bead_count)
--
#> system.time(bead_count_base(df_bead_count)) # user system elapsed # 16.030 0.140 16.255 # # #> system.time(bead_count_ggplot(df_bead_count)) # user system elapsed # 7.012 0.171 7.233
.center[]
Basic data transformation workflow:
Currently done differently by different people and often with copy-paste.
normalized <- ap_norm(MFI_data)
--
# > system.time(ap_norm(MFI_data)) # user system elapsed # 0.11 0.00 0.11
beeswarm_ggplot( data = SBA_data, filename = "filename", sample_info = sampleinfo, bead_info = beadinfo, grouping_var = "diagnosis", sample_name_var = "sample_name", xlab = c("BIP/MAN", "DEL", "DEP", "SCA", "SCZ", "NON-PSY") )
.center[]
Established our first package!
Collaborated using github
Started to use tidyverse functions
This will enable us to: - More standardized workflow within group
devtools::check()
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.