Skip to content

Instantly share code, notes, and snippets.

@hochshi
hochshi / diffseq.py
Created November 22, 2021 11:16 — forked from JoaoRodrigues/diffseq.py
PyMOL script to highlight mutated residues between two proteins
"""
(c) 2016 Joao Rodrigues
"""
from __future__ import print_function
from pymol import cmd
# Autocomplete
def _autocomplete():
stat_smooth_func <- function(mapping = NULL, data = NULL,
geom = "smooth", position = "identity",
...,
method = "auto",
formula = y ~ x,
se = TRUE,
n = 80,
span = 0.75,
fullrange = FALSE,
level = 0.95,