🔬
Working from somewhere
Mass Spectrometry, Python
-
Loughborough University
- https://orcid.org/0000-0002-1102-3596
- https://orcid.org/0000-0002-1102-3596
- @jbellamycarter
Pinned Loading
-
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
23# 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`
-
Snippets for useful calculations wit...
Snippets for useful calculations with atomic coordinates. 1def all_atom_rmsd(ref, traj):
2"""Calculate the all-atom RMSD for a trajectory against reference.
3Assumes that the same structure is being compared with all atoms
4in the same order. `traj` can be a single frame or a full trajectory.
5 -
chargePlacer
chargePlacer PublicPython implementation of a charge positioning algorithm for gas-phase molecular dynamics
Jupyter Notebook 1
-
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 -
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.