Skip to content

Instantly share code, notes, and snippets.

View CNuge's full-sized avatar

Cam Nugent CNuge

View GitHub Profile
@CNuge
CNuge / email_notification_notebook.ipynb
Last active July 24, 2017 19:12
TTIB: email notification
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CNuge
CNuge / phase_imputation.ipynb
Last active July 24, 2017 20:47
TTIB: to impute genetic data for a random forest regression
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CNuge
CNuge / phase_wrapper.sh
Created July 25, 2017 14:39
wapper shell for multiple linkage groups
#!/bin/sh
# note this shell is dependent on data structure in directories
# you can change it to accomidate the way you have things in folders,
# or you can adjust your data to the following:
# parent directory: containing the phase_impute.py file
# a 'cluster_assignments' directory, housing the cluster files split by linkage group
# a 'phase_data' directory with all the phase files in .csv fmt
# an empty 'imputed_phase_data' directory that the program will write files to.
# note if you pass a filename in to '-p file.txt' flag it will write an
@CNuge
CNuge / TTIB-search_methods.ipynb
Last active July 26, 2017 21:46
TTIB: that reminded me of the importance of efficient search methods
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CNuge
CNuge / TTIB-baseball_scraping.ipynb
Last active February 20, 2020 05:16
scrape yesterday's mlb scores
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CNuge
CNuge / TTIB-morning_report_pt2.ipynb
Last active August 13, 2017 18:06
A google finance web scraper for international stock data
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.