Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/spatm_install.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SpaTM Install
name: Install

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spatm_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SpaTM Tests
name: Tests

on:
push:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# A Spatial Topic Model (SpaTM) for Inferring Spatially Informed Transcriptional Programs
[![Manuscript](https://img.shields.io/badge/DOI-10.1093%2Fbib%2Fbbaf657-blue)](https://doi.org/10.1093/bib/bbaf657)
[![Install](https://github.com/li-lab-mcgill/SpaTM/actions/workflows/spatm_install.yml/badge.svg)](https://github.com/li-lab-mcgill/SpaTM/actions/workflows/spatm_install.yml)
[![Tests](https://github.com/li-lab-mcgill/SpaTM/actions/workflows/spatm_test.yml/badge.svg)](https://github.com/li-lab-mcgill/SpaTM/actions/workflows/spatm_test.yml)


This repository contains the R package for the Spatial Topic Model we have developed for flexible and interpretable analysis of spatial transcriptomics data. The method integrates multiple topic modelling frameworks to enable:

Expand Down
Loading