Professional Work
This section primarily highlights my contributions to published projects that specifically relate to my software development experiences. Most client projects have been confidential, and not all of the software I developed is publicly available (especially R shiny apps).
Metrum Research Group
- I have contributed to many of the packages found at github.com/metrumresearchgroup, relating to NONMEM model management & submission, data visualization, data summarization & formatting (latex, HTML, RTF, and MS word), software validation, and R shiny.
- I have contributed the most to bbr, pmforest, mpn.scorecard, and mrgda, though I have also been closely involved with the development of nmrec.
- Each of these packages bundled together facilitate model development and submission, and are outlined in Metrum’s Expo. See our poster.
- Designed and personalized R shiny apps for internal tool development and external client needs, usually relating to PKPD simulation.
- Developed a shiny app to contain re-usable shiny modules, with the intention of creating more portable shiny code to be used in multiple client projects.
- Developed a complex shiny app to sort through and filter a database with interactive visualizations, statistical summaries, and parameterized report generation. See poster.
- Worked on client projects within the scope of data assembly, EDA tables and figures, PK simulation, data visualization and report generation.
- Helped validate and write tests for our cloud computing platform, Metworx.
Certara
- Compound Screening Dashboard, which links to other apps I worked on.
- Viral Kinetics Model
- I helped develop the other apps on Certara’s website using the
flexdashboard
R package as well, though I wouldn’t count this as typical R shiny experience given the R package’s simplicity and lack of available UI customization (It’s basically anRmarkdown
document).
Personal Projects & Github Repositories
Ongoing Projects
The following repositories illustrate some of my more recent personal coding projects:
pythonR
- pythonR:
pythonR
is an R package that facilitates the seamless integration of Python code and functionality within R environments. Leveraging thereticulate
package,pythonR
aims to simplify the process of developing Python-based functions in R, making it easier to set up, test, and validate Python code directly within the R environment.
songClip
- songClip:
songClip
is a prototype R package for running a DJ booth! The coreclip_song()
function runs an R shiny app. The app will allow you to import an audio library, choose a specific song (any audio file of similar size), modify sound settings (crop it, create loops, adjust equalizer settings, alter playback speed, etc.), and then save out the modified song. The hope was to eventually support layering tracks, similar to a DJ booth, but that is quite a whiles away.
Archived Projects
Note that the repositories below are from my college days, when I wasn’t nearly as good or organized at coding:). I have additional repositories on my GitHub that feature notably higher code quality, including improved code organization, readability, and conciseness. While most of these are currently set to private, I would be happy to provide access to interested parties on a case-by-case basis.
I hope to add more personal apps & R packages in the future!
Background
I modeled the anaerobic digestion of hydraulic fracking contaminants for my senior design project (see GitHub). The model contains 40+ PDE’s describing the advanced biological process and reactor properties. An R shiny dashboard app was constructed to facilitate the adjustment model parameters and reactor settings, allowing for quick simulations and sensitivity analyses.
Background
Here’s an example of one of the apps I made for personal use back in the day (Homebrewing!). I used to use it to help me keep track of all the ingredients I liked, determine proper measurements, and estimate the pricing. Never actually sold any, but was glad I learned my profit margins wouldn’t be too great.
- Feel free to check it out on GitHub!
- Note: It looks like some formatting features aren’t working too great on
shinyapps.io
, and some dropdowns don’t work correctly in the embedded version here. Choosing not to fix it at the moment, though the full screen version should operate a bit more smoothly.
- Note: It looks like some formatting features aren’t working too great on
I have developed R Shiny applications with more sophisticated user interfaces using HTML and CSS style sheets. These apps are designed to look and feel like traditional web applications rather than typical R Shiny interfaces. While the prototype I’m currently sharing is not fully functional, it demonstrates my ability to create modern and polished user interfaces for R Shiny apps.