Name Mode Size
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
DESCRIPTION 100644 2 kb
LICENSE 100644 0 kb
LICENSE.md 100644 21 kb
NAMESPACE 100644 1 kb
NEWS 100644 1 kb
README.md 100644 3 kb
README.md
# Battlefield <img width="160" height="160" src="man/figures/logo.png" align="right" /> <br/> <br/> ## Overview **Battlefield** is a Swiss-army toolkit designed to define and extract spatial spots from specific regions in spatial transcriptomics data. </br></br> It provides low-level, modular utilities to delineate spatial regions of interest, including **interfaces between clusters**, **intra-cluster layers**, and **inter-cluster trajectories**. </br></br> These utilities are intended to be reused and composed within higher-level analytical workflows and packages. </br></br> `Battlefield` supports sequencing-based spatial transcriptomics platforms such as **10x Genomics Visium**, across multiple resolutions, including Visium HD (binned). <img src="man/figures/workflow.png" align="center" width="100%" height="100%" /> **Battlefield** provides four core functionalities to define and extract spatial transcriptomics spots from specific tissue regions, enabling the study of spatial organization under different biological contexts: * **Interfaces between clusters** — identify and analyze boundary regions where distinct tissue or cell populations interact. * **Intra-cluster layers** — characterize spatial layers or gradients within a single cluster. * **Inter-cluster trajectories** — model spatial transitions across multiple clusters. * **Cluster neighbourhood** — report the cluster composition of a spatial neighborhood defined by k nearest spots, constrained by a distance threshold. It can be integrated upstream to support insightful ligand–receptor analyses, using BulkSignalR, available from Bioconductor [here](https://www.bioconductor.org/packages/release/bioc/html/BulkSignalR.html). Data summary functions are proposed to help defining spatial regions of interest on the top of previously defined clusters. ## Installation ``` R # Battlefield directly from Bioconductor. if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("Battlefield") # or development version via GitHub: # install.packages("devtools") devtools::install_github("ZheFrench/Battlefield",build_vignettes = TRUE) # To read the vignette # browseVignettes("Battlefield") ``` ## Changes Major changes are reported in the [NEWS file](https://github.com/ZheFrench/Battlefield/blob/master/NEWS), make sure to check it out if you want to follow the latest developments. ## Issues and bug reports Please use https://github.com/ZheFrench/Battlefield/issues to submit issues, bug reports, and comments. **Battlefield** has been successfully installed on Mac OS X, Linux, and Windows using R version 4.5. The code in this repository is published with the [CeCILL](https://github.com/ZheFrench/Battlefield/blob/master/LICENSE.md) License. <!-- badges: start --> [![Generic badge](https://img.shields.io/badge/License-CeCILL-green.svg)](https://shields.io/) <!-- badges: end -->