# MMGAT: a graph attention network framework for ATAC-seq motifs finding

**Authors:** Xiaotian Wu, Wenju Hou, Ziqi Zhao, Lan Huang, Nan Sheng, Qixing Yang, Shuangquan Zhang, Yan Wang

PMC · DOI: 10.1186/s12859-024-05774-x · BMC Bioinformatics · 2024-04-20

## TL;DR

MMGAT is a new graph attention network framework that improves the identification of transcription factor binding sites in ATAC-seq data.

## Contribution

MMGAT introduces an attention mechanism to enhance motif finding in ATAC-seq data, outperforming existing methods.

## Key findings

- MMGAT found 389 higher-quality motifs in human ATAC-seq datasets.
- MMGAT achieved highest scores on multiple metrics like precision, recall, and AUC in both human and mouse datasets.
- The MMGAT-S web server was developed to host the MMGAT method and results.

## Abstract

Motif finding in Assay for Transposase-Accessible Chromatin using sequencing (ATAC-seq) data is essential to reveal the intricacies of transcription factor binding sites (TFBSs) and their pivotal roles in gene regulation. Deep learning technologies including convolutional neural networks (CNNs) and graph neural networks (GNNs), have achieved success in finding ATAC-seq motifs. However, CNN-based methods are limited by the fixed width of the convolutional kernel, which makes it difficult to find multiple transcription factor binding sites with different lengths. GNN-based methods has the limitation of using the edge weight information directly, makes it difficult to aggregate the neighboring nodes' information more efficiently when representing node embedding.

To address this challenge, we developed a novel graph attention network framework named MMGAT, which employs an attention mechanism to adjust the attention coefficients among different nodes. And then MMGAT finds multiple ATAC-seq motifs based on the attention coefficients of sequence nodes and k-mer nodes as well as the coexisting probability of k-mers. Our approach achieved better performance on the human ATAC-seq datasets compared to existing tools, as evidenced the highest scores on the precision, recall, F1_score, ACC, AUC, and PRC metrics, as well as finding 389 higher quality motifs. To validate the performance of MMGAT in predicting TFBSs and finding motifs on more datasets, we enlarged the number of the human ATAC-seq datasets to 180 and newly integrated 80 mouse ATAC-seq datasets for multi-species experimental validation. Specifically on the mouse ATAC-seq dataset, MMGAT also achieved the highest scores on six metrics and found 356 higher-quality motifs. To facilitate researchers in utilizing MMGAT, we have also developed a user-friendly web server named MMGAT-S that hosts the MMGAT method and ATAC-seq motif finding results.

The advanced methodology MMGAT provides a robust tool for finding ATAC-seq motifs, and the comprehensive server MMGAT-S makes a significant contribution to genomics research. The open-source code of MMGAT can be found at https://github.com/xiaotianr/MMGAT, and MMGAT-S is freely available at https://www.mmgraphws.com/MMGAT-S/.

The online version contains supplementary material available at 10.1186/s12859-024-05774-x.

## Linked entities

- **Species:** Homo sapiens (taxon 9606), Mus musculus (taxon 10090)

## Full-text entities

- **Species:** Homo sapiens (human, species) [taxon 9606], Mus musculus (house mouse, species) [taxon 10090]

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/PMC11031952/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/PMC11031952/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/PMC11031952/full.md

---
Source: https://tomesphere.com/paper/PMC11031952