This is an R package which allows users to take the genotype calls from souporcell and stich together genotype clusters across large single cell genomics projects with multiple microfluidic channel experiments where cells are multiplexed in an overlapping mixture design.
The package aims to simplify and streamline the post-processing of experiments initially processed with the souporcell package https://github.com/wheaton5/souporcell (Heaton et al. 2020) which allows reference free clustering of cells according to genotype.
To install this package use devtools
library(devtools)
install_github('bjstewart1/GenotypeMixtures')
A vignette is available at https://bjstewart1.github.io/GenotypeMixtures/articles/introduction.html