Infer Functional Associations using Variational Autoencoders on -Omics data.
Project description
FAVA: Functional Associations using Variational Autoencoders
Protein networks are commonly used for understanding the interplay between proteins in the cell as well as for visualizing omics data. Unfortunately, most existing high-quality networks are heavily biased by data availability, in the sense that well-studied proteins have many more interactions than understudied proteins. To create networks that can help elucidate functions for the latter, we must start from data that are not affected by this literature bias, in other words, from omics data such as single cell RNA-seq (scRNA-seq) and proteomics. While networks can be inferred from such data through simple co-expression analysis, this approach does not work well due to high sparseness (many transcripts/proteins are not consistently observed in each cell/sample) and redundancy (many similar cells/samples are analyzed) of such data. We have therefore developed FAVA, Functional Associations using Variational Autoencoders, which deals with both issues by compressing these high-dimensional data into a dense, low-dimensional latent space. We demonstrate that calculating correlations in this latent space results in much improved networks compared to the original representation for large-scale scRNA-seq and proteomics data from the Human Protein Atlas, and from PRIDE, respectively. We show that these networks, which given the nature of the input data should be free of literature bias, indeed have much better coverage of understudied proteins than existing networks.
Data availability
Human Protein Atlas
https://www.proteinatlas.org/humanproteome/single+cell+type
PRIDE - Proteomics Identification Database - EMBL-EBI
Combined network
The Network: https://doi.org/10.5281/zenodo.6803472
Installation:
pip install favapy
Command line interface
Run favapy from the command line as follows:
favapy -data_path <path-to-data-file> -save_path <path-to-save-output>
Optional parameters:
--i
The dimensions of the intermediate\hidden layer. Default value = 500.
--l
The dimensions of the latent space. Default value = 100.
--e
The number of epochs. Default value = 100.
--bs
The batch size. Default value = 32.
--ct
The cut-off on the Pearson Correlation scores. Default value = 0.7.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file favapy-0.3.1.tar.gz
.
File metadata
- Download URL: favapy-0.3.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f2c8e85f620e03bae4aea1a203a16652d836b5049e53bcf7b36d9a7ebddbeed |
|
MD5 | 277655374f61dd90163901739754e4b9 |
|
BLAKE2b-256 | b39ba393db3e4f62dbe31554da541f27daa32814f1b970f93aae663d91203004 |
File details
Details for the file favapy-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: favapy-0.3.1-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa97494a770738d0034bf4f23ce0be0f440155db50e331135bb951f84f60ece3 |
|
MD5 | c84c9f778b7d0883393b49bd1fbda8fe |
|
BLAKE2b-256 | f25314d0a57def2d73c54c8fd8689feac80e9165ba7a8a7d40b5ad1ed29eb5d9 |