An open API service indexing awesome lists of open source software.

https://github.com/stemangiola/tidyseurat

Seurat meets tidyverse. The best of both worlds.
https://github.com/stemangiola/tidyseurat

dplyr ggplot2 normalization pca purrr sct seurat single-cell single-cell-rna-seq tibble tidyr tidyverse transcripts tsne umap

Last synced: 1 day ago
JSON representation

Seurat meets tidyverse. The best of both worlds.

Awesome Lists containing this project

README

          

---
title: "tidyseurat - part of tidytranscriptomics"
output: github_document
always_allow_html: true
---

[![Lifecycle:maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![R build status](https://github.com/stemangiola/tidyseurat/workflows/R-CMD-check/badge.svg)](https://github.com/stemangiola/tidyseurat/actions/)


Watch the video

```{r echo=FALSE}
knitr::opts_chunk$set( fig.path = "man/figures/")
```

```{r include=FALSE}
# Set path to plotly screenshot. We don't run the plotly code chunk as most servers do not have javascript libraries needed for interactive plotting
screenshot <- "man/figures/plotly.png"

# The chunk below uses Rmd in man/fragments to avoid duplication, as the content is shared with the vignette and README. As suggested here: https://www.garrickadenbuie.com/blog/dry-vignette-and-readme/

visual_cue <- "man/figures/logo_interaction-01.png"

```

```{r child="man/fragments/intro.Rmd"}
```