Skip to content

kieranrcampbell/snvworkflow

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

snvworkflow

DOI

A pipeline to find allelic ratios in regions of clone-specific LOH in 10X scRNA-seq data. This uses a modified version of the scAlleleCount script.

Usage

To run snvworkflow, edit config.yaml with the required files. Briefly, you'll need:

  • A BAM file from CellRanger of the scRNAseq
  • A tsv file with sites of germline heterozygous SNPs
  • A csv file detailing clone specific copy number regions

The Dockerfile is a template for creating a Docker container with all required software.