Skip to content

set of function for qc and visualization of Visium data

License

Notifications You must be signed in to change notification settings

cellgeni/visutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visutils

The package provides set of functions to facilitate Visium data analyses, QC, and visualization. The package is functional (that is not OOP), it uses base graphic (that is not ggplot) and it is Seurat-friendly.

It provides functions to perform analyses of gene expression or celltype abundancies (predicted by methods such as cell2location) in dependence on distance to some histological feature defined as set of spots ("tissue in depth"), microenvironment analyses (via NMF), merging low-covered spots to achieve reasonable coverage, splirring slides by tissue pieces and defining tissue border. See tutorials below for more information

Installation

devtools::install_github("cellgeni/visutils")

Tutorials

  • Tissue in depth shows how to analyse celltype abundance and gene expression in dependence on distance to dermis-to-epidermis junction in public skin dataset
  • Spot merge. Normally spots with low coverage (say below 500 UMI) are excluded from analyses. In some samples it could result in removal of whole areas since some tissues such as dermis, adipose, or cartilage are frequently have low read counts. Merging adjacent low-covered spot together is an alternative to filter then away.
  • Tissue carving. Semi-automatic debris-removal, splitting sample by tissue pieces (when multiple pieces were analysed on same slide), tissue border demarcation.
  • Microenvironments. Soft-clustering of celltype based on their colocalization using non-negative matrix factorization (NMF).
  • Visualization. Spatial data visualization, plotting multiple features simultaneously.

About

set of function for qc and visualization of Visium data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages