About

Taylor Patch Picture
My current role is focused on analyzing whole exome sequences for Gritstone Bio and associated data analyses. Mainly using Python, bash, Nextflow, and Javascript. Below are some example side projects and my github is: https://github.com/tcpatch/.

Projects

Shopping List Planner

An ongoing React project to assist in generating a shopping list based on a week of recipes. Still a work in progress to fix bugs, add users, and clean up the UI. http://3.233.103.193:8000/
Usage: Set each days meals from a list of recipes in "Choose Recipes". "Home" will then display the weeks meal and "Shopping List" contains the required ingredients for the week. "New Recipe" writes to a database (currently disabled until users are implemented).
shopping list planner home screen
shopping list planner recipe selection
shopping list planner shopping list
shopping list planner add recipe


Census Visualization

A side project that was to visualize census data. It was a fun project to experiment making a web app with Django. A prototype may be hosted at http://18.212.196.38:8000/pt/ depending on hosting costs.
This project was focused on learning about census data, mapping, and geospatial analysis. It is not an efficient implementation - very slow in its current state and only Rhode Island's total population is displayed to minimize costs.
census django project


Blog

Created a blog to host images to share with family. Also added a tracking feature to keep track of my son's feeding and naps. See https://github.com/tcpatch/django-blog for a template of this blog.