https://github.com/kull-centre/_2023_tesei_idrome
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 9 DOI reference(s) in README -
✓Academic publication links
Links to: ncbi.nlm.nih.gov, zenodo.org -
○Academic email domains
-
✓Institutional organization owner
Organization kull-centre has institutional domain (www1.bio.ku.dk) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: KULL-Centre
- License: gpl-3.0
- Language: Jupyter Notebook
- Default Branch: main
- Size: 1.23 GB
Statistics
- Stars: 41
- Watchers: 2
- Forks: 6
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
Conformational ensembles of the human IDRome
This repository contains Python code, Jupyter Notebooks, and data for reproducing the results presented in the manuscript Conformational ensembles of the human intrinsically disordered proteome.
The CSV file IDRome_DB.csv lists amino acid sequences, sequence features, and conformational properties of all the 28,058 IDRs.
Simulation trajectories and time series of conformational properties are available for all the IDRs at sid.erda.dk/sharelink/AVZAJvJnCO.
We also provide Notebooks on Google Colab to (i) generate conformational ensembles of user-supplied sequences using the CALVADOS model and (ii) predict scaling exponents and conformational entropies per residue using the SVR models:
- IDRLab.ipynb
- IDR_SVR_predictor.ipynb
A new version of the Colab notebook is available in the ColabCALVADOS repository.
Layout
seq_conf_prop.ipynbreproduces Fig. 1, 3, and Extended Data Fig. 2, 5, 6e-t, and 7go_analysis.ipynbreproduces Fig. 2conservation_analysis.ipynbreproduces Fig. 4clinvar_fmug.ipynbreproduces Fig. 5 and Extended Data Fig. 9uniprot_domains.ipynbreproduces Extended Data Fig. 1svr_models.ipynbreproduces Extended Data Fig. 8go_uniprot_calls.ipynbperforms API calls to obtain gene ontology terms from UniProtcalc_seq_prop.ipynbandcalc_seq_prop_SPOT.ipynbcompute sequence descriptors and generate theIDRome_DB.csvandIDRome_DB_SPOT.csvfilesCALVADOS_tests.ipynbreproduces Extended Data Fig. 3AF2_PAEs.ipynbreproduces Extended Data Fig. 4CD-CODE.ipynbreproduces Extended Data Fig. 6a-dmd_simulations/contains code and data related to single-chain simulations performed using the CALVADOS model and HOOMD-blue v2.9.3 installed with mphowardlab/azpluginsidr_selection/contains code and data to generate the pLDDT-based and SPOT-based sets of IDRsidr_orthologs/contains code and data to generate the set of orthologs of human IDRssvr_models/contains scikit-learn SVR models generated insvr_models.ipynbzscores/contains code and data to calculate NARDINI z-scoresgo_analyses/contains input and output data related to the Gene Ontology analyses ingo_analysis.ipynbQCDPred/contains code and data related to QCD calculationsclinvar_fmug_cdcode/contains code and data related to the analysis of the ClinVar, FMUG, and CD-CODE databases
Usage
To open the Notebooks, install Miniconda and make sure all required packages are installed by issuing the following terminal commands
bash
conda env create -f environment.yml
source activate idrome
jupyter-notebook
Commands to install HOOMD-blue v2.9.3 with mphowardlab/azplugins v0.11.0
bash
curl -LO https://github.com/glotzerlab/hoomd-blue/releases/download/v2.9.3/hoomd-v2.9.3.tar.gz
tar xvfz hoomd-v2.9.3.tar.gz
git clone https://github.com/mphowardlab/azplugins.git
cd azplugins
git checkout tags/v0.11.0
cd ..
cd hoomd-v2.9.3
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=<path to python> \
-DENABLE_CUDA=ON -DENABLE_MPI=ON -DSINGLE_PRECISION=ON -DENABLE_TBB=OFF \
-DCMAKE_CXX_COMPILER=<path to g++> -DCMAKE_C_COMPILER=<path to gcc>
make -j4
cd ../hoomd
ln -s ../../azplugins/azplugins azplugins
cd ../build && make install -j4
Owner
- Name: Linderstrøm-Lang Centre for Protein Science, University of Copenhagen
- Login: KULL-Centre
- Kind: organization
- Location: Copenhagen, Denmark
- Website: https://www1.bio.ku.dk/english/research/bms/research/llc/
- Repositories: 8
- Profile: https://github.com/KULL-Centre
GitHub Events
Total
- Issues event: 3
- Watch event: 12
- Issue comment event: 4
- Push event: 4
- Fork event: 1
Last Year
- Issues event: 3
- Watch event: 12
- Issue comment event: 4
- Push event: 4
- Fork event: 1
