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.
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)
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')
This package implements approaches from the following packages and respositories: - https://github.com/petervangalen/MAESTER-2021 -- Variant Thresholding and functions for the loading of MAEGATK data. - https://github.com/CostaLab/CimpleG -- The loading and saving function.
[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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.