💻
Computational Protein Design
Computational Protein Designer, Structural Biologist.
Highlights
- Pro
Pinned Loading
-
-
ProjectEuler100
ProjectEuler100 PublicMy attempts at problems 1-100 from the Project Euler Archives (projecteuler.net)
Python
-
Matplotlib plot with LaTeX (Computer...
Matplotlib plot with LaTeX (Computer Modern) font 1import matplotlib.pyplot as plt
23plt.style.use('seaborn-v0_8') # I personally prefer seaborn for the graph style, but you may choose whichever you want.
4params = {"ytick.color" : "black",
5"xtick.color" : "black",
-
Residue dictionaries for one-letter ...
Residue dictionaries for one-letter and three-letter amino acid names 1resdict = {"ALA": "A","CYS": "C","ASP": "D","GLU": "E","PHE": "F","GLY": "G","HIS": "H","ILE": "I","LYS": "K","LEU": "L","MET": "M","ASN": "N","PRO": "P","GLN": "Q","ARG": "R","SER": "S","THR": "T","VAL": "V","TRP": "W","TYR": "Y"}
2resdict_inv = {one_let: three_let for three_let, one_let in resdict.items()}
-
build_dimer public version (includes...
build_dimer public version (includes BioPython, PeptideBuilder dependencies) 1# %%file build_dimer.py
2import os
3from PeptideBuilder import Geometry
4import PeptideBuilder
5import Bio.PDB
42 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2025
Created 5 commits in 3 repositories
Created 2 repositories
-
ISDementyev/DiffuseDigits
Python
This contribution was made on Mar 16
-
ISDementyev/shsp_or_akjv
Python
This contribution was made on Mar 7