title: "scicat tutorial" output: html_document: code_folding: hide
In this tutorial, we will analyze and validate cluster assignments in the 10X Genomics 3k PBMC dataset. We will be using Seurat for primary data processing, and scicat for cross validation of cluster assignments.
First, we are just going to follow the Seurat clustering tutorial. Download the PBMC dataset from 10X here.
'''{r} library(Seurat) library(dplyr)
library(devtools) devtools::install_github(repo='smorabit/scicat', force=T) library(scicat)
'''
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.