Skip to content

Instantly share code, notes, and snippets.

View Swarchal's full-sized avatar

Scott Warchal Swarchal

View GitHub Profile
@Swarchal
Swarchal / finding_spliced_motif.ipynb
Created April 15, 2016 11:19
finding spliced motifs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
from __future__ import division
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import pymc as pm
from scipy import stats
import seaborn as sns
sns.set_style('whitegrid')
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Swarchal
Swarchal / .vimrc
Last active May 5, 2016 15:22
.vimrc
set shiftwidth=4
set autoindent
set smarttab
set smarttab
set shiftwidth=4
set softtabstop=4
set cindent
set background=dark
set colorcolumn=80
imap <C-Return> <CR><CR><C-o>k<Tab>
@Swarchal
Swarchal / overlap_graphs_jl.ipynb
Created February 12, 2016 13:28
overlap graphs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Swarchal
Swarchal / Mendelian inheritence.ipynb
Last active February 12, 2016 13:30
Medelian inheritence
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.