library('scRNAseq') scRNAData <- scRNAseq #Because ggplot2 builder needs the dataset to be in the Environment
library('dplyr') glimpse(scRNAData)
head(scRNAData,4) #Dummy datasets will be generated from these 4 rows
heart <- scRNAData[scRNAData$organ=='heart',] brain <- scRNAData[scRNAData$organ=='brain',] kidney <- scRNAData[scRNAData$organ=='kidney',]
%!in%
<- Negate(%in%
))sort(table(scRNAData$gene_type), decreasing = TRUE)
Additional requirements:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.