Bioc2026 Registration Open!

tLOH

Assessment of evidence for LOH in spatial transcriptomics pre-processed data using Bayes factor calculations

Bioconductor version: 3.23 · Package version: 1.20.0

tLOH, or transcriptomicsLOH, assesses evidence for loss of heterozygosity (LOH) in pre-processed spatial transcriptomics data. This tool requires spatial transcriptomics cluster and allele count information at likely heterozygous single-nucleotide polymorphism (SNP) positions in VCF format. Bayes factors are calculated at each SNP to determine likelihood of potential loss of heterozygosity event. Two plotting functions are included to visualize allele fraction and aggregated Bayes factor per chromosome. Data generated with the 10X Genomics Visium Spatial Gene Expression platform must be pre-processed to obtain an individual sample VCF with columns for each cluster. Required fields are allele depth (AD) with counts for reference/alternative alleles and read depth (DP).

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("tLOH")

Details

MaintainerMichelle Webb <michelgw@usc.edu>
AuthorMichelle Webb [cre, aut], David Craig [aut]
LicenseMIT + file LICENSE
URLhttps://github.com/USCDTG/tLOH
Bug Reportshttps://github.com/USCDTG/tLOH/issues
StatusDeprecated
Downloads rank228
Source branchRELEASE_3_23
biocViewsCopyNumberVariation, GeneExpression, SNP, Software, Transcription, Transcriptomics

Documentation

Download

Dependencies

Depends: R (>= 4.2)

Imports: scales, stats, utils, ggplot2, data.table, purrr, dplyr, VariantAnnotation, GenomicRanges, MatrixGenerics, bestNormalize, depmixS4, naniar, stringr

Suggests: knitr, rmarkdown