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. 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. Additionally, these networks, which given the nature of the input data should be free of literature bias, have much better coverage of understudied proteins than existing networks.
Data availability
Installation:
pip install favapy
favapy as Python library
Read the jupyter-notebook: How_to_use_favapy_in_a_notebook
favapy supports both AnnData objects and count/abundance matrices.
Command line interface
Run favapy from the command line as follows:
favapy <path-to-data-file> <path-to-save-output>
Optional parameters:
-t Type of input data ('tsv' or 'csv'). Default value = 'tsv'.
-n The number of interactions in the output file (with both directions, proteinA-proteinB and proteinB-proteinA). Default value = 100000.
-c The cut-off on the Pearson Correlation scores. This option overwrites the number of interactions. Default value = None.
-d The dimensions of the intermediate\hidden layer. Default value depends on the input size.
-l The dimensions of the latent space. Default value depends on the size of the hidden layer.
-e The number of epochs. Default value = 50.
-b The batch size. Default value = 32.
If FAVA is useful for your research, consider citing FAVA BiorXiv.
Other Relevant publications:
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.9.4.tar.gz
.
File metadata
- Download URL: favapy-0.3.9.4.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2b10267e93c185d761071432083d613ce6aa1ccbcdf22fe64d2e1f89295ca07 |
|
MD5 | a5f6042720b5235432b3d15dea9b5f9c |
|
BLAKE2b-256 | 263edc710dcd8a6d003f5736bef521041e4e2b26f3d2e95d5a0d4c840a7ef27b |
File details
Details for the file favapy-0.3.9.4-py3-none-any.whl
.
File metadata
- Download URL: favapy-0.3.9.4-py3-none-any.whl
- Upload date:
- Size: 7.7 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 | df3fd5176f986096963f3c6760d09cebe6a118a2bebffc822348756096516a0e |
|
MD5 | d7117e48c8c7773387f5d5512608253a |
|
BLAKE2b-256 | 422e86749c8d74f3850c7cd5d5f511a464f8620810b6eed3d2debfe2cb096022 |