Ethan Holleman

Posts with the tag programming:

Polo

This was a project I worked on as part of the BioXFEL summer internship program. I worked with Dr. Sarah Bowman and other members of Hauptman-Woodward Medical Research Institute (HWI). If you are short on time and don’t want to read these entire post here are the important links. Polo website Polo poster Video Presentation So what is “high-throughput crystallography”? Lets say you are a researcher, trying to develop a treatment for a novel virus that is quickly spreading across the globe. You know that the binding between the viruses outer spike protein and a receptor on the cells of lung tissue is critical to the pathogens virulence.

Using local R packages on UC Davis Genome Center cluster

I ran into a few issues trying to figure out how to run batch scripts on the Genome Center cluster. One of the least documented and hardest to figure out was how to successfully load R packages I had installed to my user directory. For example I would start R and install a package I needed and load the library with no problem. The code below would run without a problem. install.packages("glmnet") library(glmnet) But then calling the running the same script from a batch file fails to import the library. I tried multiple possible fixes with no success until I was tipped of by a current lab member about the magic word.