https://github.com/biophys-turin/topic-modeling-proteomics
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 4 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: BioPhys-Turin
- License: mit
- Language: HTML
- Default Branch: main
- Size: 45.6 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Created almost 3 years ago
· Last pushed almost 2 years ago
Metadata Files
License
https://github.com/BioPhys-Turin/topic-modeling-proteomics/blob/main/
# Using stochastic based modelling (SBM) topic modelling on proteomics and phosphoproteomics data (single-omics & multi-omics integration) In this is a tutorial and application example for the hSBM algorithm (single-omics) by Martin Gerlach https://github.com/martingerlach/hSBM_Topicmodel and the nSBM implementation (multi-omics) by the Biophys Turin group [https://github.com/BioPhys-Turin/nsbm.](https://github.com/martingerlach/hSBM_Topicmodel ) Gerlach, M., Peixoto, T. P., & Altmann, E. G. (2018). A network approach to topic models. Science Advances, 4(7), eaaq1360. https://doi.org/10.1126/sciadv.aaq1360 Valle, F., Osella, M., & Caselle, M. (2022). Multiomics topic modeling for breast cancer classification. Cancers, 14(5), 1150. https://doi.org/10.3390/cancers14051150 Data used in this work is the pulic CPTAC data set available via the python package cptac https://pypi.org/project/cptac/, it includes bulk transcriptomics, proteomics & phosphoproteomics datasets as well as extensice clinical data for 11 cancer types. In the code here only uses the Breast Cancer cohort (119 patients), but it can be applied to all other cohorts. Further clinical information for each cancer type cohort has been published can be used as further ressource, like in this case for the breast cancer (https://www.cell.com/cell/fulltext/S0092-8674(20)31400-8). ## Structure of the tutorial 1. Preprocessing (R markdown) 2. Run SBM analysis, nSBM & hSBM (Python, needs to be done on computing cluster, min of 30gb ram required) 3. Readout of all results, visualisation (R markdown) Data and results can be downloaded here:? Since the results are provided, if you don't want/ can't run the SBM analysis itself, you can directly start with the script 3 without having to install anything additional to the R packages specified in the markdown. Still, make sure to check out script 01 with the preprocessing first, to properly understand the input data and matching results. ## Set Up SBM If you want to run SBM on your own data, first follow the setup requirements provided by the hSBM tutorial https://github.com/martingerlach/hSBM_Topicmodel. Then install the nsbm python package from the nSBM tutorial https://github.com/martingerlach/hSBM_Topicmodel. ``` conda create --name sbm_env python=3.7 conda activate sbm_env conda install -c conda-forge gtk3 pygobject matplotlib graph-tool #hSBM requirements conda install -c conda-forge nsbm #nsbm requirements ``` Make sure to additionally download the hSBM code base from here `git clone https://github.com/martingerlach/hSBM_Topicmodel.git` (theoretically it is contained in the nsbm python package, but i haven't tested it so lets just be safe). R requirements ? should I add a txt with all the info? ```
Owner
- Name: Biophys Turin group
- Login: BioPhys-Turin
- Kind: organization
- Email: caselle@to.infn.it
- Location: Italy
- Website: http://personalpages.to.infn.it/~caselle/BioPhys/BioPhys.html
- Repositories: 1
- Profile: https://github.com/BioPhys-Turin