knitr::opts_chunk$set(collapse = T, comment = "#>")
options(tibble.print_min = 4L, tibble.print_max = 4L)
library(dplyr)
library(ggplot2)
set.seed(1014)

scRNAseq data provides us with a good read out for the state of a cells. To make use of this, we:



jlaffy/scrabble documentation built on Nov. 16, 2019, 7:56 a.m.