<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>gancay.co</title>
    <link>http://gancay.co/</link>
    <description>Recent content on gancay.co</description>
    <generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator>
    <language>en-us</language>
    <copyright>&amp;copy; {year}</copyright>
    <lastBuildDate>Wed, 24 Jul 2019 00:00:00 +0000</lastBuildDate>
    
	    <atom:link href="http://gancay.co/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Automated Emergency Triage</title>
      <link>http://gancay.co/project/emergency-triage/</link>
      <pubDate>Wed, 24 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>http://gancay.co/project/emergency-triage/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Principal Investigator: Dr. Thomas Hartka, UVa Dept. of Emergency Medicine&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Before patients are admitted to the emergency room, they are assigned a triage level based on the severity of their health problems. This is accomplished using the Emergency Severity Index (ESI), an emergency department triage algorithm that classifies patient cases into five different levels of urgency. Researchers are interested in using machine learning to develop a model to predict patient triage level. This model would not only analyze the typical vital signs that are used in the ESI, but also demographic data and patients’ history of health.&lt;/p&gt;

&lt;p&gt;My main contributions to this project are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Cleansing the data in R&lt;/strong&gt; using the dplyr and mice packages&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;&lt;strong&gt;Developing preliminary neural networks with Python and TensorFlow&lt;/strong&gt; to predict patient triage level&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;&lt;strong&gt;Generating word clouds in MATLAB&lt;/strong&gt; for symptoms at each triage level&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;br&gt;&lt;/br&gt;&lt;/p&gt;

&lt;p&gt;Code written by me for this project can be found on &lt;a href=&#34;https://github.com/cagancayco/ed-triage&#34; target=&#34;_blank&#34;&gt;Github&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Functional Changes in mTBI Patients</title>
      <link>http://gancay.co/project/functional-mtbi/</link>
      <pubDate>Wed, 24 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>http://gancay.co/project/functional-mtbi/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Principal Investigator: Dr. Jason Druzgal, UVa Dept. of Radiology&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A reported 1.7 million people experience traumatic brain injury (TBI) each year&lt;sup&gt;1&lt;/sup&gt;. After a concussion, athletes are cleared to return to play after 7 to 10 days&lt;sup&gt;2&lt;/sup&gt;, while non-athletes are typically expected to recover within 3 to 6 months&lt;sup&gt;3,4,5&lt;/sup&gt;. Researchers were interested in investigating whether disruptions in functional activity and connectivity persist beyond the clinical recovery period.&lt;/p&gt;

&lt;p&gt;This was the undergraduate thesis project of a student I mentored in the UVa Functional Neuroradiology Lab. In addition to teaching her how to write bash scripts for using UVa&amp;rsquo;s HPC system, I performed machine learning analyses in MATLAB using the Pronto toolbox for classifying functional brain activity.&lt;/p&gt;

&lt;p&gt;&lt;br&gt;&lt;/br&gt;&lt;/p&gt;

&lt;p&gt;References:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Roozenbeek, B., Maas, A. I. &amp;amp; Menon, D.K. (2013) Changing patterns in the epidemiology of traumatic brain injury. Nat. Rev. Neurol, 9(4), 231-236.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Slobounov SM, Zhang K, Pennell D, Ray W, Johnson B, Sebastianelli W. (2010) Functional abnormalities in normally appearing athletes following mild traumatic brain injury: a functional MRI study. Exp Brain Res, 202(2), 341-354.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Leddy JJ, Sandhu H, Sodhi V, Baker JG, Willer B. (2012) Rehabilitation of Concussion and Post-concussion Syndrome. Sports Health 4(2), 147-154.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Rosenbaum, S., &amp;amp; Lipton, M. (2012). Embracing chaos: the scope and importance of clinical adn pathological heterogeneity in mTBI. Brain Imaging And Behavior, 6(2), 255-282.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Losoi H, Silverber ND, Wajas M, Turunen S, Rosti-Otajarvi E, Helminem M, Luoto TM, Julkunen J, Ohman J, Iverson GL. (2016) Recovery from Mild Traumatic Brain Injury in Previously Healthy Adults. J Neurotrauma, 33(8), 766-776.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
</description>
    </item>
    
    <item>
      <title>Functional Connectome Fingerprinting</title>
      <link>http://gancay.co/project/functional-connectome/</link>
      <pubDate>Wed, 24 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>http://gancay.co/project/functional-connectome/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Principal Investigator: Dr. Jason Druzgal, UVa Dept. of Radiology&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Previous research has found that individuals can be identified by their functional connectome: a map showing how different regions of their brain are connected. Finn et al achieved 93% accuracy when identifying 126 subjects using high-res resting state functional MRI scans acquired over two days&lt;sup&gt;1&lt;/sup&gt;. Researchers from the UVa Functional Neuroradiology Lab sought to answer two questions:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Are the characteristics of an individual&amp;rsquo;s functional connectome durable over several months, as opposed to over two days?&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Do the unique characteristics of an individual&amp;rsquo;s functional connectome persist in lower resolution data more commonly obtained in a clinical setting?&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;My main contributions to this project were:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Programming analyses and visualizing results in MATLAB&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;&lt;strong&gt;Writing bash scripts&lt;/strong&gt; to run our pipeline on UVa&amp;rsquo;s HPC system&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;br&gt;&lt;/br&gt;&lt;/p&gt;

&lt;p&gt;References&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Finn, E. S., Shen, X., Scheinost, D., Rosenberg, M. D., Huang, J., Chun, M. M., Papademetris, X. &amp;amp; Constable, R. T. (2015). Functional connectome fingerprinting: identifying individuals using patterns of brain connectivity. Nature neuroscience, 18(11), 1664.&lt;/li&gt;
&lt;/ol&gt;
</description>
    </item>
    
    <item>
      <title>MATLAB Apps for Calcium Analysis</title>
      <link>http://gancay.co/project/matlab-calcium-oscillation-/</link>
      <pubDate>Wed, 24 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>http://gancay.co/project/matlab-calcium-oscillation-/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Principal Investigator: Dr. Paula Barrett, UVa Dept. of Pharmacology&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Calcium oscillations signify communication between zona glomerulosa cells of the mouse adrenal gland. Researchers in the Barrett Lab can capture these oscillatory events with calcium imaging, but they had difficulty analyzing the results. The Barrett Lab was in need of a comprehensive MATLAB program for quantitative analysis of the intracellular calcium signals from their cell imaging experiments. Prior to my involvement in the project, the Barrett Lab had been using fragments of code to analyze their data with little success. I developed a MATLAB application to create an efficient, centralized workflow that is also accessible to people who are new to MATLAB and programming.&lt;/p&gt;

&lt;p&gt;With this application, the Barrett Lab was able to analyze the characteristics of calcium oscillatory events for the first time in two years. The app allows researchers to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Choose data and analysis parameters&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;View full or partial fluorescent reading traces&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Perform quantitative analysis of individual events and bursts of events&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;br&gt;&lt;/br&gt;&lt;/p&gt;

&lt;p&gt;Code I wrote for this project can be found on &lt;a href=&#34;https://github.com/cagancayco/ImageAnalysisHub/tree/master/scripts&#34; target=&#34;_blank&#34;&gt;Github&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Online Programming Workshops</title>
      <link>http://gancay.co/project/workshop-site/</link>
      <pubDate>Wed, 24 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>http://gancay.co/project/workshop-site/</guid>
      <description>&lt;p&gt;&lt;strong&gt;UVa School of Medicine Research Computing (SOMRC)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;SOMRC offers workshops to the UVa community to help researchers learn basic programming techniques. To reach a broader audience, SOMRC created an online repository for all our workshop materials: &lt;a href=&#34;https://workshops.somrc.virginia.edu&#34; target=&#34;_blank&#34;&gt;https://workshops.somrc.virginia.edu&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The website is built with R Blogdown and hosted in S3, with Travis CI for CI/CD. My specific contributions to this project are Markdown pages and Jupyter Notebooksfor various workshops, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://workshops.somrc.virginia.edu/lesson/python-intro/&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;Introduction to Python&lt;/strong&gt;&lt;/a&gt; (&lt;a href=&#34;https://github.com/uvasomrc/workshop-site/blob/master/content/lesson/python-intro.md&#34; target=&#34;_blank&#34;&gt;.md&lt;/a&gt;|&lt;a href=&#34;https://github.com/uvasomrc/intro-python/blob/master/Intro_Python.ipynb&#34; target=&#34;_blank&#34;&gt;.ipynb&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://workshops.somrc.virginia.edu/lesson/python-data-manip/&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;Data Manipulation with Python&lt;/strong&gt;&lt;/a&gt; (&lt;a href=&#34;https://github.com/uvasomrc/workshop-site/blob/master/content/lesson/python-data-manip.md&#34; target=&#34;_blank&#34;&gt;.md&lt;/a&gt;|&lt;a href=&#34;https://github.com/uvasomrc/python-data-manip/blob/master/Data_Manip_Python.ipynb&#34; target=&#34;_blank&#34;&gt;.ipynb&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://workshops.somrc.virginia.edu/lesson/matlab-fundamentals/&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;MATLAB Fundamentals&lt;/strong&gt;&lt;/a&gt; (&lt;a href=&#34;https://github.com/uvasomrc/workshop-site/blob/master/content/lesson/matlab-fundamentals.md&#34; target=&#34;_blank&#34;&gt;.md&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://workshops.somrc.virginia.edu/lesson/omero/&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;Image Data Management with OMERO&lt;/strong&gt;&lt;/a&gt; (&lt;a href=&#34;https://github.com/uvasomrc/workshop-site/blob/master/content/lesson/omero.md&#34; target=&#34;_blank&#34;&gt;.md&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;br&gt;&lt;/br&gt;&lt;/p&gt;

&lt;p&gt;The Github repository for this project can be found &lt;a href=&#34;https://github.com/uvasomrc/workshop-site&#34; target=&#34;_blank&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Predicting Injury Severity in Older Adults</title>
      <link>http://gancay.co/project/predicting-injury-mvc/</link>
      <pubDate>Wed, 24 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>http://gancay.co/project/predicting-injury-mvc/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Principal Investigator: Dr. Thomas Hartka, UVa Dept. of Emergency Medicine&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Previous research has shown that older adults are more susceptible to severe injury than their younger counterparts after being involved in a motor vehicle collision. Dr. Hartka was interested in determining whether there are age-related differences in the accuracy of severe injury prediction following a motor vehicle collision. Using R, I developed age-specific logistic regression models and assessed their accuracy, and generated unique graphs and animations to visualize the data more effectively.&lt;/p&gt;

&lt;p&gt;Code I wrote for this project can be found on &lt;a href=&#34;https://github.com/cagancayco/MVC&#34; target=&#34;_blank&#34;&gt;Github&lt;/a&gt;.&lt;/p&gt;

&lt;style&gt;
.column {
  float: left;
  width: 50%;
  height: 50%;
  padding: 20px;
}

.row::after {
  content: &#34;&#34;;
  clear: both;
  display: table;
}
&lt;/style&gt;

&lt;div class=&#34;row&#34;&gt;
  &lt;div class=&#34;column&#34;&gt;
    &lt;img src=&#34;http://gancay.co/files/mvc-riskcurve-beltuse.gif&#34; style=&#34;width:100%&#34;&gt;&lt;/img&gt;
  &lt;/div&gt;
  

&lt;p&gt;&lt;div class=&#34;column&#34;&gt;
    &lt;img src=&#34;http://gancay.co/files/mvc-riskcurve-pdof.gif&#34; style=&#34;width:100%&#34;&gt;&lt;/img&gt;
  &lt;/div&gt;
&lt;/div&gt;&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
