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:
Find important sets of genes or signatures
Characterise the signatures in terms of biology
Use the signatures to find important groups of cells or cellular states
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.