Bioinformatics Review
@bioinformaticsreview
131
subscribers
15
photos
2
files
218
links
Download Telegram
Join
Bioinformatics Review
131 subscribers
Bioinformatics Review
https://bioinformaticsreview.com/20220407/how-to-calculate-center-of-mass-of-a-protein-structure-using-python-script/
Bioinformatics Review
How to calculate center of mass of a protein structure using Python script?
Here is a Python script that helps you calculate the center of mass of a protein using the Pymol [1]. Make sure that you have installed Pymol on your system otherwise, you will get an error stating “No Pymol module found”. If Pymol is not in your path, then…
Bioinformatics Review
https://bioinformaticsreview.com/20220408/what-is-mane-project/
Bioinformatics Review
What is MANE project?
MANE is a collaborative project between NCBI and EMBL-EBI. It stands for Matched Annotation from NCBI and EMBL-EBI [1]. The datasets provided by NCBI and EMBL-EBI on the human genome are not identical across every gene. The difference between the two datasets…
Bioinformatics Review
https://bioinformaticsreview.com/20220422/dssp_parser-a-new-python-package-to-extract-helices-from-dssp-files/
Bioinformatics Review
dssp_parser: A new Python package to extract helices from DSSP files.
A new Python package named ‘dssp_parser‘ is developed to parse DSSP files. This package fetches all helices including long and short ones from DSSP files. dssp_parser consists of Python scripts that extract long and short helices in separate files. You have…
Bioinformatics Review
https://bioinformaticsreview.com/20220424/how-to-extract-xyz-coordinates-of-atoms-from-pdb-file/
Bioinformatics Review
How to extract x,y,z coordinates of atoms from PDB file?
The x, y, and z coordinates of atoms are provided in the PDB file. One way to extract them is by using the Biopython package [1]. In this article, we will extract coordinates of C-alpha atoms for each residue from the PDB file using Biopython. Let’s say we…
Bioinformatics Review
https://bioinformaticsreview.com/20220509/extracting-first-and-last-residue-from-helix-file-in-dssp-format/
Bioinformatics Review
Extracting first and last residue from helix file in DSSP format.
Previously, we have provided a tutorial on using dssp_parser to extract all helices including long and short separately. Now, we have provided a new python script to find the first and last residue in each helix file. You can extract these residues using…
Bioinformatics Review
https://bioinformaticsreview.com/20220510/how-to-commit-changes-to-github-repository-using-vs-code/
Bioinformatics Review
How to commit changes to GitHub repository using vs code?
In this article, we are providing a few commands that are used to commit changes to GitHub repositories using VS code terminal. Committing changes for the first time For committing changes for the first time, follow these steps: Open VS code –> go to Terminal.…
Bioinformatics Review
https://bioinformaticsreview.com/20220511/how-to-install-clusco-on-ubuntu-linux/
Bioinformatics Review
How to install ClusCo on Ubuntu (Linux)?
ClusCo is a bioinformatics software to perform clustering and comparison of protein models [1]. In this article, we are going to install ClusCo on Ubuntu (Linux). Installing prerequisites You need to install the TCLAP library in order to run ClusCo. Open…
Bioinformatics Review
https://bioinformaticsreview.com/20220519/how-to-run-do_dssp-command-mkdssp-in-gromacs-2022/
Bioinformatics Review
https://bioinformaticsreview.com/20220520/how-to-install-kpax-on-ubuntu-linux/
Bioinformatics Review
https://bioinformaticsreview.com/20220530/how-to-execute-matlab-from-terminal-in-ubuntu-linux/
Bioinformatics Review
https://bioinformaticsreview.com/20220603/how-to-get-input-values-from-som-sample-hits-plot-in-matlab/
Bioinformatics Review
How to get input values from SOM sample hits plot in Matlab?
The self-organizing map (SOM) sample hits plot in the Matlab [1] shows the number of inputs in the neurons but one would be interested in knowing what these input values are. In this article, we are going to get the input values from the neurons. Let’s say…
Bioinformatics Review
https://bioinformaticsreview.com/20220608/tanimoto_similarities-py-a-python-script-to-calculate-tanimoto-similarities-of-multiple-compounds-using-rdkit/
Bioinformatics Review
tanimoto_similarities.py: A Python script to calculate Tanimoto similarities of multiple compounds using RDKit.
RDKit [1] is a very nice cheminformatics software. It allows us to perform a wide range of operations on chemical compounds/ ligands. We have provided a Python script to perform fingerprinting using Tanimoto similarity on multiple compounds using RDKit. Introduction…
Bioinformatics Review
https://bioinformaticsreview.com/20220611/how-to-define-features-predictors-of-user-dataset-for-som-analysis-in-matlab/
Bioinformatics Review
How to define features/predictors of user dataset for SOM analysis in MATLAB?
Most of the examples that demonstrate the SOM analysis use the default Iris dataset. It is also mentioned in the SOM example of MATLAB that for the user dataset, the predictors need to be defined [1]. But it is not quite clear how to define the features or…
Bioinformatics Review
https://bioinformaticsreview.com/20220614/how-to-download-fasta-sequences-from-pdb-for-multiple-structures/
Bioinformatics Review
How to download FASTA sequences from PDB for multiple structures?
In this article, we are going to download FASTA sequences for multiple structures from PDB [1]. We need to have PDB IDs only for input. You can download FASTA sequences as separate files or in a single file for multiple structures in PDB. Follow these steps:…
Bioinformatics Review
https://bioinformaticsreview.com/20220702/tanimoto_similarities_one_vs_all-py-python-script-to-calculate-tanimoto-similarities-of-a-compound-with-multiple-compounds/
Bioinformatics Review
tanimoto_similarities_one_vs_all.py – Python script to calculate Tanimoto Similarities of a compound with multiple compounds
We previously provided a Python script to calculate the Tanimoto similarities of multiple compounds against each other. In this article, we are providing another Python script to calculate the Tanimoto similarities of one compound with multiple compounds.…
Bioinformatics Review
https://bioinformaticsreview.com/20220705/video-tutorial-self-organizing-maps-in-matlab/
Bioinformatics Review
Video Tutorial: Self-Organizing Maps in MATLAB
Here is a video tutorial for performing self-organizing maps in MATLAB [1]. References MATLAB. (2022). version 7.10.0 (R2022b). Natick, Massachusetts: The MathWorks Inc.
Bioinformatics Review
https://youtu.be/halpBlVwUU4
YouTube
Self-Organizing Maps (SOM) in MATLAB- Clustering and Analysis
Perform SOM clustering and analysis using MATLAB.
Link to SOM code:
https://github.com/MunibaFaiza/som_matlab
Link to website:
https://www.bioinformaticsreview.com
Bioinformatics Review
https://bioinformaticsreview.com/20220714/sdftosmi-py-convert-multiple-ligands-compounds-in-sdf-format-to-smiles/
Bioinformatics Review
sdftosmi.py: Convert multiple ligands/compounds in SDF format to SMILES?
You can obtain SMILES of multiple compounds or ligands in an SDF file in one go. Here, we provide a simple Python script to do that. Let’s say, we have a file in SDF format consisting of molecular structures called ‘ligands.sdf’. In order to perform some…
Bioinformatics Review
https://bioinformaticsreview.com/20220718/installing-pyvol-plugin-in-pymol-on-ubuntu-linux/
Bioinformatics Review
Installing PyVOL plugin in Pymol on Ubuntu (Linux).
PyVOL [1] is an excellent plugin of Pymol [2] for pocket visualization of proteins. In this article, we will install the PyVOL plugin in Pymol on Ubuntu. Preparing system Let’s update and upgrade our system first. $ sudo apt-get update $ sudo apt-get upgrade…
Bioinformatics Review
https://bioinformaticsreview.com/20220803/how-to-calculate-drug-likeness-using-rdkit/
Bioinformatics Review
How to calculate drug-likeness using RDKit?
RDKit [1] allows performing multiple functions on chemical compounds. One is the quantitative estimation of drug-likeness also known as QED properties. These properties include molecular weight (MW), octanol-water partition coefficient (ALOGP), number of…