knitr::opts_chunk$set(error=FALSE, warning=FALSE, message=FALSE, cache=TRUE)
BiocWorkCache:::.compiler("test1")

Introduction

When talking about Ghibli, you can't go past My Neighbor Totoro.

readLines("chipseq.log")

Method

It's classic slice-of-life with a bit of magic thrown in.

Y <- runif(1000)
mean(Y)

Results

The Cat Bus is particularly memorable. Looks pretty comfortable if you don't have motion sickness and aren't allergic to cats.

se <- readRDS("castle_in_the_sky.rds")
se$blob <- runif(ncol(se))
se

Discussion

The moral of the story is - offer your umbrella to others, even if they're a bit weird.

saveRDS(se, file="my_neighbor_totoro.rds")

Session information

sessionInfo()


LTLA/BiocWorkCache documentation built on May 10, 2019, 1:21 p.m.