Skip to content
View ISDementyev's full-sized avatar
💻
Computational Protein Design
💻
Computational Protein Design

Highlights

  • Pro

Block or report ISDementyev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. pmUE Public

    pmUE (Protein Modelling Unreal Engine) - a repo for constructing a molecule visualizer plugin in Unreal

    C++ 6 3

  2. InfluenceFunctional/E2EDNA2 Public

    Python 3 2

  3. ProjectEuler100 Public

    My attempts at problems 1-100 from the Project Euler Archives (projecteuler.net)

    Python

  4. Matplotlib plot with LaTeX (Computer...
    1
    import matplotlib.pyplot as plt
    2
    
                  
    3
    plt.style.use('seaborn-v0_8') # I personally prefer seaborn for the graph style, but you may choose whichever you want.
    4
    params = {"ytick.color" : "black",
    5
              "xtick.color" : "black",
  5. Residue dictionaries for one-letter ...
    1
    resdict = {"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"}
    2
    resdict_inv = {one_let: three_let for three_let, one_let in resdict.items()}
  6. build_dimer public version (includes...
    1
    # %%file build_dimer.py
    2
    import os
    3
    from PeptideBuilder import Geometry
    4
    import PeptideBuilder
    5
    import Bio.PDB

42 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

Created 2 repositories
Loading