Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ucabtuc authored Jan 30, 2021
1 parent 6c19d87 commit 8d57c66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PyFlow_SimCLR:
# PyFlow_DomainTranslation:
##### Author: Talip Ucar (ucabtuc@gmail.com)

Pytorch implementation of "Multi-domain translation between single-cell imaging and sequencing data using
Expand Down Expand Up @@ -168,9 +168,11 @@ First two plots below are showing samples of images and RNA data in their respec
clusters in each domain. Each figure the left and right sub-plots are obtained using PCA, and T-SNE respectively.

![IMG](./assets/img_inLatentSpace.png)

Figure-1: Image samples in the latent space of Image Autoencoder

![RNA](./assets/rna_inLatentSpace.png)

Figure-2: RNA samples in the latent space of RNA Autoencoder


Expand All @@ -182,6 +184,7 @@ Image data ⟹ Image Encoder ⟹ RNA Decoder ⟹ RNA Encoder &#x2
</pre>

![IMG_RNA](./assets/bothDomains_inRNALatentSpace.png)

Figure-3: The samples from RNA and Image domain are shown in the latent space of RNA Autoencoder. Legends (0,1) correspond
to two clusters in the Image domain, and (2, 3) are for the ones in the RNA domain. Mapping of clusters are: 0 &#x27F9; 2, 1 &#x27F9; 3

Expand Down

0 comments on commit 8d57c66

Please sign in to comment.