amitpande74 commited on
Commit
da04b1d
·
verified ·
1 Parent(s): c2da74a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -13
README.md CHANGED
@@ -1,20 +1,47 @@
1
  ---
2
- title: Flexynesis Tissue Vae
3
- emoji: 🚀
4
- colorFrom: red
5
- colorTo: red
6
- sdk: docker
7
- app_port: 8501
8
- tags:
9
- - streamlit
10
  pinned: false
11
- short_description: Flexynesis module for bulk RNA seq
12
  license: mit
13
  ---
14
 
15
- # Welcome to Streamlit!
16
 
17
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
18
 
19
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
20
- forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Flexynesis Tissue VAE
3
+ emoji: 🧬
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: streamlit
7
+ sdk_version: 1.32.0
8
+ app_file: app.py
 
9
  pinned: false
 
10
  license: mit
11
  ---
12
 
13
+ # Flexynesis Tissue VAE
14
 
15
+ Upload a bulk RNA-seq gene expression matrix get UBERON tissue classification + 121-dimensional latent embeddings.
16
 
17
+ ## Model
18
+
19
+ Supervised variational autoencoder trained on **75,619 samples** from TCGA, GTEx, DepMap, and ARCHS4 across **43 UBERON tissue categories**.
20
+
21
+ - **Balanced accuracy:** 90.7%
22
+ - **Weighted F1:** 93.7%
23
+ - **Latent space:** 121 dimensions
24
+ - **Genes:** 16,121 HGNC symbols
25
+
26
+ ## Usage
27
+
28
+ 1. Upload a CSV/TSV with gene expression values (genes × samples or samples × genes)
29
+ 2. Gene symbols must be HGNC format
30
+ 3. Values should be log2-transformed (TPM, RPKM, or counts)
31
+ 4. Click **Classify** to get tissue predictions and embeddings
32
+
33
+ ## Output
34
+
35
+ - Predicted UBERON tissue category per sample
36
+ - Classification confidence (softmax probability)
37
+ - kNN source breakdown (nearest training samples by data source)
38
+ - Downloadable 121-dim latent embeddings (CSV)
39
+
40
+ ## Citation
41
+
42
+ Pande A, Uyar B, Franke V, Akalin A. Supervised variational autoencoders learn tissue-specific transcriptomic representations across heterogeneous bulk RNA-seq compendia. *bioRxiv* (2026).
43
+
44
+ ## About
45
+
46
+ Akalin Lab, Max Delbrück Center for Molecular Medicine (MDC) Berlin/BIMSB
47
+ GitHub: https://github.com/BIMSBbioinfo/flexynesis