seojin jung
🐛 bug

1class ContactInformationCard:
2 def __init__(self):
3 self.dept = ""
4 self.lab = ""
5 self.email = "seojin.jung.4@gmail.com"
6 self.phone = ""
7
8 def flipCard(self):
9 print("tap on the card to flip.")
10
11 def closeCard(self):
12 print("tap outside to close it.")

seojin jung

seojinjung.github.io

seojin jung they/them 🎧

I am a recent graduate from Amherst College (2024), where I studied biology and computer science. As an undergrad, I worked in the Blanchard lab at the University of Massachusetts Amherst, where, for my honors thesis in biology, I analyzed the metagenomic data of soil-dwelling bacterial decomposers from Harvard Forest to determine how they have changed in response to long-term warming.

My research interests include topics in bioinformatics, computational biology, omics, and microbiology. Outside of research, I enjoy learning about entomology and medical history, among other things. I also like fiber art (knitting/crochet), cooking, and being outdoors.


📚 publications


🧩 other projects

miscellaneous other work, including personal projects.

GERMSPIPE
| [CODE]
Description: A reproducible germline short variant discovery pipeline from Illumina whole-exome sequences, based on the Broad Institute's GATK Best Practices and nf-core/sarek workflows. Personal project.
Little Protein Guys
| [CODE]
Description: A (very) simplified protein visualizer I built in Python.


⛏️ resources

source code for various projects.