Skip to content
View jbellamycarter's full-sized avatar
🔬
Working from somewhere
🔬
Working from somewhere
Block or Report

Block or report jbellamycarter

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. pepfoot pepfoot Public

    PepFoot: a user friendly GUI for protein footprinting analysis

    Python 6 2

  2. Run `msconvert` on Linux/MacOS. A ba... Run `msconvert` on Linux/MacOS. A bash script to parse standard arguments to an `msconvert` Docker container. #docker
    1
    #!/bin/bash
    2
    
                  
    3
    # Script to run Proteowizard `msconvert` installed through Docker on Linux/MacOS systems.
    4
    # Parses standard command line arguments for `msconvert`. e.g.
    5
    # `docker-msconvert data.RAW --zlib --filter "zeroSamples removeExtra" --mz5`
  3. Snippets for useful calculations wit... Snippets for useful calculations with atomic coordinates.
    1
    def all_atom_rmsd(ref, traj):
    2
        """Calculate the all-atom RMSD for a trajectory against reference.
    3
        Assumes that the same structure is being compared with all atoms
    4
        in the same order. `traj` can be a single frame or a full trajectory.
    5
        
  4. chargePlacer chargePlacer Public

    Python implementation of a charge positioning algorithm for gas-phase molecular dynamics

    Jupyter Notebook 1

  5. Fit CIU data using intensity-weighte... Fit CIU data using intensity-weighted average arrival-time (IWAT) to sigmoid curve.
    1
    #!/usr/bin/env python3
    2
    # -*- coding:utf-8 -*-
    3
    # Copyright 2020 Jedd Bellamy-Carter
    4
    # MIT License
    5
    
                  
  6. quick-ms-explorer_streamlit-app quick-ms-explorer_streamlit-app Public

    Python 1