This workflow will visualize the benchmarking of two sci-RNA-seqv3 data-set consisting of a large cohort of Four Core Genotypes (FCG) mice (FCG; 11.3 billion mate-pairs) and a smaller Danio Rerio cohort (490 million mate-pairs) in which additional nuclear oligo hashing barcodes were added.
Show code
library(dplyr)library(patchwork)source('misc_functions.R')# Parallel options.future::plan(strategy = future::multisession(workers =10))# Set seed.base::set.seed(708813)# Location of benchmarking logs.files_benchmark <-list.files('~/DKFZ/odomLab/manuscript_scirocket/benchmarks/', full.names = T)
The runtime, IO and memory usage of experiments are logged using the Snakemake benchmarking suite. We now import the benchmarking logs of the two cohorts.