Skip to content

GLUER tanlab sync #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img src="src/gluer/data/gluer_icon.png" align="left" width="180" height="180"> <h1 style=“text-align:left”>GLUER: integrative analysis of multi-omics and imaging data at single-cell resolution by deep neural networks </h1>
<br>

## GLUER has been implemented in Python.
## GLUER is implemented in Python.

Single-cell omics assays such as RNA-Seq, ATAC-Seq and methylome sequencing have been developed to identify cell types and/or states in heterogeneous tissues. However, it is challenging to integrate these different types of single-cell omics data. Moreover, the advent of spatially resolved single-cell imaging data represent another challenge for integrative analysis with omics data. Here, we present a new algorithm, inteGrative anaLysis of mUlti-omics at single-cEll Resolution (GLUER), for integration of single-cell multi-omics data as well as imaging data. We tested GLUER using multiple datasets generated using multiomics data generated on the same single cells, which was taken as the ground truth. Our results demonstrate that GLUER has significantly improved performance in terms of the accuracy of matching cells with different data modalities, which in turn enhances downstream analyses such as clustering and trajectory inference. GLUER provides a principled analytical framework for studying the heterogeneity of cell populations using multi-omics and imaging data.

Expand Down Expand Up @@ -52,7 +52,7 @@ This dashboard is to explore the integrative analysis results using GLUER. The m
* the three windows are idependent from each other.
* the differential analysis and downloading funciton of plotting data will make users to custermize their analysis needs.

More details of this Dashboard are found here. We have been keeping updating the functions of this dashboard. Please let me know if you have any suggestions for this dashboard.
More details of this Dashboard are found here. We have been keeping updating the functions of this dashboard. Please let us know if you have any suggestions for this dashboard.

<p align="center">
<img src="src/gluer/data/GUI_tutorial.png">
Expand All @@ -64,4 +64,4 @@ More details of this Dashboard are found here. We have been keeping updating the
Please feel free to contact Tao Peng (software.github@gmail.com) or Kai Tan (tank1@chop.edu) if you have any questions about the software.

## Reference
Peng, Tao, et al. "GLUER: integrative analysis of multi-omics and imaging data at single-cell resolution by deep neural networks"
Peng, Tao, et al. "GLUER: integrative analysis of multi-omics and imaging data at single-cell resolution by deep neural networks". <a href="https://www.biorxiv.org/content/10.1101/2021.01.25.427845v1">bioRxiv</a>
2 changes: 1 addition & 1 deletion src/GLUER.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ License: UNKNOWN
Description: <img src="src/gluer/data/gluer_icon.png" align="left" width="180" height="180"> <h1 style=“text-align:left”>GLUER: integrative analysis of multi-omics and imaging data at single-cell resolution by deep neural networks </h1>
<br>

## GLUER has been implemented in Python.
## GLUER is implemented in Python.

Single-cell omics assays such as RNA-Seq, ATAC-Seq and methylome sequencing have been developed to identify cell types and/or states in heterogeneous tissues. However, it is challenging to integrate these different types of single-cell omics data. Moreover, the advent of spatially resolved single-cell imaging data represent another challenge for integrative analysis with omics data. Here, we present a new algorithm, inteGrative anaLysis of mUlti-omics at single-cEll Resolution (GLUER), for integration of single-cell multi-omics data as well as imaging data. We tested GLUER using multiple datasets generated using multiomics data generated on the same single cells, which was taken as the ground truth. Our results demonstrate that GLUER has significantly improved performance in terms of the accuracy of matching cells with different data modalities, which in turn enhances downstream analyses such as clustering and trajectory inference. GLUER provides a principled analytical framework for studying the heterogeneity of cell populations using multi-omics and imaging data.

Expand Down