Skip to content

Using single cell genotype data, the cells are annotated and analysed.

Notifications You must be signed in to change notification settings

CostaLab/sigurd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIngle cell Genotyping Using Rna Data (SIGURD)

Martin Graßhoff1 Ivan G. Costa1

1Institute for Computational Genomics, Faculty of Medicine, RWTH Aachen University, Aachen, 52074 Germany

Motivation: With the advent of single RNA seq assays, it became possible to determine the mutational status for each individual cell. Single cell RNA seq data is by its very nature sparse and the probability of hitting a specific variants of interest is therefore very low. While this issue can be overcome using modified amplicon assays, it is also possible to impute the mutational status using the correlation between detected mitochondrial and somatic variants.

Results: Sigurd is an R package for the analysis of single cell data. We determine the overall variant burden per cell and also the number of interesting mitochondrial variants using previously published approaches.
We employ a imputation approach that utilizes the correlation between mitochondrial variants and somatic variants. Mitochondrial mutations that are significantly associated to somatic mutations are used as stand-ins.

Installation

You can install sigurd using the following code. The vignette requires data that is currently not published, but is provided as a reference.


install.packages("devtools")
devtools::install_github("https://github.com/CostaLab/sigurd.git", build_vignettes = FALSE)
require(sigurd)

SIGURD

We have provided a small example data set for SiGURD. It consists of chromosome 9 and MT for one MPN sample. The mutation data was obtained from the Sanger Institute Catalogue Of Somatic Mutations In Cancer web site, http://cancer.sanger.ac.uk/cosmic Bamford et al (2004) The COSMIC (Catalogue of Somatic Mutations in Cancer) database and website. Br J Cancer, 91,355-358.

# This will be included for published data.
# vignette('sigurd')

Current Features v0.2.52

  • Loading data from VarTrix and MAEGATK.
  • Transforming the data to be compatible for joint analysis.
  • Calculating the variant burden per cell.
  • Thresholding variants using the approach described by Miller et al. [2]
  • Finding associated variants using correlation or the Fisher Test.

Sources

This package implements approaches from the following packages and respositories:

Future

  • Memory optimization
  • Loading of CB sniffer results
  • Providing data for the vignette

References

[1] VarTrix. github

[2] Miller, T.E., et al. Mitochondrial variant enrichment from high-throughput single-cell RNA sequencing resolves clonal populations. Nat Biotechnol (2022). link. See also: MAEGATK Analysis, Data