Matching Items (53)
152192-Thumbnail Image.png
Description
ABSTRACT Peptide microarrays may prove to be a powerful tool for proteomics research and clinical diagnosis applications. Fodor et al. and Maurer et al. have shown proof-of-concept methods of light- and electrochemically-directed peptide microarray fabrication on glass and semiconductor microchips respectively. In this work, peptide microarray fabrication based on the

ABSTRACT Peptide microarrays may prove to be a powerful tool for proteomics research and clinical diagnosis applications. Fodor et al. and Maurer et al. have shown proof-of-concept methods of light- and electrochemically-directed peptide microarray fabrication on glass and semiconductor microchips respectively. In this work, peptide microarray fabrication based on the abovementioned techniques were optimized. In addition, MALDI mass spectrometry based peptide synthesis characterization on semiconductor microchips was developed and novel applications of a CombiMatrix (CBMX) platform for electrochemically controlled synthesis were explored. We have investigated performance of 2-(2-nitrophenyl)propoxycarbonyl (NPPOC) derivatives as photo-labile protecting group. Specifically, influence of substituents on 4 and 5 positions of phenyl ring of NPPOC group on the rate of photolysis and the yield of the amine was investigated. The results indicated that substituents capable of forming a π-network with the nitro group enhanced the rate of photolysis and yield. Once such properly substituted NPPOC groups were used, the rate of photolysis/yield depended on the nature of protected amino group indicating that a different chemical step during the photo-cleavage process became the rate limiting step. We also focused on electrochemically-directed parallel synthesis of high-density peptide microarrays using the CBMX technology referred to above which uses electrochemically generated acids to perform patterned chemistry. Several issues related to peptide synthesis on the CBMX platform were studied and optimized, with emphasis placed on the reactions of electro-generated acids during the deprotection step of peptide synthesis. We have developed a MALDI mass spectrometry based method to determine the chemical composition of microarray synthesis, directly on the feature. This method utilizes non-diffusional chemical cleavage from the surface, thereby making the chemical characterization of high-density microarray features simple, accurate, and amenable to high-throughput. CBMX Corp. has developed a microarray reader which is based on electro-chemical detection of redox chemical species. Several parameters of the instrument were studied and optimized and novel redox applications of peptide microarrays on CBMX platform were also investigated using the instrument. These include (i) a search of metal binding catalytic peptides to reduce overpotential associated with water oxidation reaction and (ii) an immobilization of peptide microarrays using electro-polymerized polypyrrole.
ContributorsKumar, Pallav (Author) / Woodbury, Neal (Thesis advisor) / Allen, James (Committee member) / Johnston, Stephen (Committee member) / Arizona State University (Publisher)
Created2013
156114-Thumbnail Image.png
Description
Immunosignature is a technology that retrieves information from the immune system. The technology is based on microarrays with peptides chosen from random sequence space. My thesis focuses on improving the Immunosignature platform and using Immunosignatures to improve diagnosis for diseases. I first contributed to the optimization of the immunosignature platform

Immunosignature is a technology that retrieves information from the immune system. The technology is based on microarrays with peptides chosen from random sequence space. My thesis focuses on improving the Immunosignature platform and using Immunosignatures to improve diagnosis for diseases. I first contributed to the optimization of the immunosignature platform by introducing scoring metrics to select optimal parameters, considering performance as well as practicality. Next, I primarily worked on identifying a signature shared across various pathogens that can distinguish them from the healthy population. I further retrieved consensus epitopes from the disease common signature and proposed that most pathogens could share the signature by studying the enrichment of the common signature in the pathogen proteomes. Following this, I worked on studying cancer samples from different stages and correlated the immune response with whether the epitope presented by tumor is similar to the pathogen proteome. An effective immune response is defined as an antibody titer increasing followed by decrease, suggesting elimination of the epitope. I found that an effective immune response usually correlates with epitopes that are more similar to pathogens. This suggests that the immune system might occupy a limited space and can be effective against only certain epitopes that have similarity with pathogens. I then participated in the attempt to solve the antibiotic resistance problem by developing a classification algorithm that can distinguish bacterial versus viral infection. This algorithm outperforms other currently available classification methods. Finally, I worked on the concept of deriving a single number to represent all the data on the immunosignature platform. This is in resemblance to the concept of temperature, which is an approximate measurement of whether an individual is healthy. The measure of Immune Entropy was found to work best as a single measurement to describe the immune system information derived from the immunosignature. Entropy is relatively invariant in healthy population, but shows significant differences when comparing healthy donors with patients either infected with a pathogen or have cancer.
ContributorsWang, Lu (Author) / Johnston, Stephen (Thesis advisor) / Stafford, Phillip (Committee member) / Buetow, Kenneth (Committee member) / McFadden, Grant (Committee member) / Arizona State University (Publisher)
Created2018
135547-Thumbnail Image.png
Description
The Experimental Data Processing (EDP) software is a C++ GUI-based application to streamline the process of creating a model for structural systems based on experimental data. EDP is designed to process raw data, filter the data for noise and outliers, create a fitted model to describe that data, complete a

The Experimental Data Processing (EDP) software is a C++ GUI-based application to streamline the process of creating a model for structural systems based on experimental data. EDP is designed to process raw data, filter the data for noise and outliers, create a fitted model to describe that data, complete a probabilistic analysis to describe the variation between replicates of the experimental process, and analyze reliability of a structural system based on that model. In order to help design the EDP software to perform the full analysis, the probabilistic and regression modeling aspects of this analysis have been explored. The focus has been on creating and analyzing probabilistic models for the data, adding multivariate and nonparametric fits to raw data, and developing computational techniques that allow for these methods to be properly implemented within EDP. For creating a probabilistic model of replicate data, the normal, lognormal, gamma, Weibull, and generalized exponential distributions have been explored. Goodness-of-fit tests, including the chi-squared, Anderson-Darling, and Kolmogorov-Smirnoff tests, have been used in order to analyze the effectiveness of any of these probabilistic models in describing the variation of parameters between replicates of an experimental test. An example using Young's modulus data for a Kevlar-49 Swath stress-strain test was used in order to demonstrate how this analysis is performed within EDP. In order to implement the distributions, numerical solutions for the gamma, beta, and hypergeometric functions were implemented, along with an arbitrary precision library to store numbers that exceed the maximum size of double-precision floating point digits. To create a multivariate fit, the multilinear solution was created as the simplest solution to the multivariate regression problem. This solution was then extended to solve nonlinear problems that can be linearized into multiple separable terms. These problems were solved analytically with the closed-form solution for the multilinear regression, and then by using a QR decomposition to solve numerically while avoiding numerical instabilities associated with matrix inversion. For nonparametric regression, or smoothing, the loess method was developed as a robust technique for filtering noise while maintaining the general structure of the data points. The loess solution was created by addressing concerns associated with simpler smoothing methods, including the running mean, running line, and kernel smoothing techniques, and combining the ability of each of these methods to resolve those issues. The loess smoothing method involves weighting each point in a partition of the data set, and then adding either a line or a polynomial fit within that partition. Both linear and quadratic methods were applied to a carbon fiber compression test, showing that the quadratic model was more accurate but the linear model had a shape that was more effective for analyzing the experimental data. Finally, the EDP program itself was explored to consider its current functionalities for processing data, as described by shear tests on carbon fiber data, and the future functionalities to be developed. The probabilistic and raw data processing capabilities were demonstrated within EDP, and the multivariate and loess analysis was demonstrated using R. As the functionality and relevant considerations for these methods have been developed, the immediate goal is to finish implementing and integrating these additional features into a version of EDP that performs a full streamlined structural analysis on experimental data.
ContributorsMarkov, Elan Richard (Author) / Rajan, Subramaniam (Thesis director) / Khaled, Bilal (Committee member) / Chemical Engineering Program (Contributor) / School of Mathematical and Statistical Sciences (Contributor) / Ira A. Fulton School of Engineering (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05
136153-Thumbnail Image.png
Description
Along with the number of technologies that have been introduced over a few years ago, gesture-based human-computer interactions are becoming the new phase in encompassing the creativity and abilities for users to communicate and interact with devices. Because of how the nature of defining free-space gestures influence user's preference and

Along with the number of technologies that have been introduced over a few years ago, gesture-based human-computer interactions are becoming the new phase in encompassing the creativity and abilities for users to communicate and interact with devices. Because of how the nature of defining free-space gestures influence user's preference and the length of usability of gesture-driven devices, defined low-stress and intuitive gestures for users to interact with gesture recognition systems are necessary to consider. To measure stress, a Galvanic Skin Response instrument was used as a primary indicator, which provided evidence of the relationship between stress and intuitive gestures, as well as user preferences towards certain tasks and gestures during performance. Fifteen participants engaged in creating and performing their own gestures for specified tasks that would be required during the use of free-space gesture-driven devices. The tasks include "activation of the display," scroll, page, selection, undo, and "return to main menu." They were also asked to repeat their gestures for around ten seconds each, which would give them time and further insight of how their gestures would be appropriate or not for them and any given task. Surveys were given at different time to the users: one after they had defined their gestures and another after they had repeated their gestures. In the surveys, they ranked their gestures based on comfort, intuition, and the ease of communication. Out of those user-ranked gestures, health-efficient gestures, given that the participants' rankings were based on comfort and intuition, were chosen in regards to the highest ranked gestures.
ContributorsLam, Christine (Author) / Walker, Erin (Thesis director) / Danielescu, Andreea (Committee member) / Barrett, The Honors College (Contributor) / Ira A. Fulton School of Engineering (Contributor) / School of Arts, Media and Engineering (Contributor) / Department of English (Contributor) / Computing and Informatics Program (Contributor)
Created2015-05
137139-Thumbnail Image.png
Description
The influenza virus, also known as "the flu", is an infectious disease that has constantly affected the health of humanity. There is currently no known cure for Influenza. The Center for Innovations in Medicine at the Biodesign Institute located on campus at Arizona State University has been developing synbodies as

The influenza virus, also known as "the flu", is an infectious disease that has constantly affected the health of humanity. There is currently no known cure for Influenza. The Center for Innovations in Medicine at the Biodesign Institute located on campus at Arizona State University has been developing synbodies as a possible Influenza therapeutic. Specifically, at CIM, we have attempted to design these initial synbodies to target the entire Influenza virus and preliminary data leads us to believe that these synbodies target Nucleoprotein (NP). Given that the synbody targets NP, the penetration of cells via synbody should also occur. Then by Western Blot analysis we evaluated for the diminution of NP level in treated cells versus untreated cells. The focus of my honors thesis is to explore how synthetic antibodies can potentially inhibit replication of the Influenza (H1N1) A/Puerto Rico/8/34 strain so that a therapeutic can be developed. A high affinity synbody for Influenza can be utilized to test for inhibition of Influenza as shown by preliminary data. The 5-5-3819 synthetic antibody's internalization in live cells was visualized with Madin-Darby Kidney Cells under a Confocal Microscope. Then by Western Blot analysis we evaluated for the diminution of NP level in treated cells versus untreated cells. Expression of NP over 8 hours time was analyzed via Western Blot Analysis, which showed NP accumulation was retarded in synbody treated cells. The data obtained from my honors thesis and preliminary data provided suggest that the synthetic antibody penetrates live cells and targets NP. The results of my thesis presents valuable information that can be utilized by other researchers so that future experiments can be performed, eventually leading to the creation of a more effective therapeutic for influenza.
ContributorsHayden, Joel James (Author) / Diehnelt, Chris (Thesis director) / Johnston, Stephen (Committee member) / Legutki, Bart (Committee member) / Barrett, The Honors College (Contributor) / Department of Psychology (Contributor) / Department of Chemistry and Biochemistry (Contributor)
Created2014-05
134743-Thumbnail Image.png
Description
The devastating 2014 Ebola virus outbreak in Western Africa demonstrated the lack of therapeutic approaches available for the virus. Although monoclonal antibodies (mAb) and other molecules have been developed that bind the virus, no therapeutic has shown the efficacy needed for FDA approval. Here, a library of 50 peptide based

The devastating 2014 Ebola virus outbreak in Western Africa demonstrated the lack of therapeutic approaches available for the virus. Although monoclonal antibodies (mAb) and other molecules have been developed that bind the virus, no therapeutic has shown the efficacy needed for FDA approval. Here, a library of 50 peptide based ligands that bind the glycoprotein of the Zaire Ebola virus (GP) were developed. Using whole virus screening of vesicular stomatitis virus pseudotyped with GP, low affinity peptides were identified for ligand construction. In depth analysis showed that two of the peptide based molecules bound the Zaire GP with <100 nM KD. One of these two ligands was blocked by a known neutralizing mAb, 2G4, and showed cross-reactivity to the Sudan GP. This work presents ligands with promise for therapeutic applications across multiple variants of the Ebola virus.
ContributorsRabinowitz, Joshua Avraam (Author) / Diehnelt, Chris (Thesis director) / Johnston, Stephen (Committee member) / School of Molecular Sciences (Contributor) / Barrett, The Honors College (Contributor)
Created2016-12
134658-Thumbnail Image.png
Description
Both technological and scientific fields continue to revolutionize in a similar fashion; however, a major difference is that high-tech corporations have found models to continue progressions while still keeping product costs low. The main objective was to identify which, if any, components of certain technological models could be used with

Both technological and scientific fields continue to revolutionize in a similar fashion; however, a major difference is that high-tech corporations have found models to continue progressions while still keeping product costs low. The main objective was to identify which, if any, components of certain technological models could be used with the vaccine and pharmaceutical markets to significantly lower their costs. Smartphones and computers were the two main items investigated while the two main items from the scientific standpoint were vaccines and pharmaceuticals. One concept had the ability to conceivably decrease the costs of vaccines and drugs and that was "market competition". If the United States were able to allow competition within the vaccine and drug companies, it would allow for the product prices to be best affected. It would only take a few small companies to generate generic versions of the drugs and decrease the prices. It would force the larger competition to most likely decrease their prices. Furthermore, the PC companies use a cumulative density function (CDF) to effectively divide their price setting in each product cycle. It was predicted that if this CDF model were applied to the vaccine and drug markets, the prices would no longer have to be extreme. The corporations would be able to set the highest price for the wealthiest consumers and then slowly begin to decrease the costs for the middle and lower class. Unfortunately, the problem within the vaccine and pharmaceutical markets was not the lack of innovation or business models. The problem lied with their liberty to choose product costs due to poor U.S. government regulations.
ContributorsCalderon, Gerardo (Author) / Johnston, Stephen (Thesis director) / Diehnelt, Chris (Committee member) / School of Molecular Sciences (Contributor) / Barrett, The Honors College (Contributor)
Created2016-12
Description
The goal of this paper is to discuss the most efficient method to achieve early detection in lung cancers by reducing the occurrences of false-positive readings. Imaging techniques (computed tomography screenings) have greater impact than non-imaging techniques in early detection for lung cancer. On the other hand,

The goal of this paper is to discuss the most efficient method to achieve early detection in lung cancers by reducing the occurrences of false-positive readings. Imaging techniques (computed tomography screenings) have greater impact than non-imaging techniques in early detection for lung cancer. On the other hand, positron emission tomography and non-imaging techniques, such as liquid biopsy, are better at distinguishing cancer stages. Therefore, these techniques are not suitable early detection methods for lung cancer. Based on literature reviews, the combination that is most capable of early lung cancer detection incorporate low-dose computed tomography screenings, thin-section computed tomography screenings, and computer-aided diagnosis. Low-dose computed tomography screenings has lower radiation-associated risks compared to the standard-dose computed tomography. This technique can be used as both at the first examination and the follow-up examinations. Thin-section computed tomography screenings can be used as a supplement to check if there is any nodules that have not yet been discovered. Computer-aided diagnosis is an add-on method to make sure the computed tomography screenings images are being correctly labeled. Identifying other contributing factors to the effectiveness of the early lung cancer detection, such as the amount of forced expiratory volume, forced vital capacity, and the presence of emphysema, could also decrease the percentage of false positive outcomes.
ContributorsChuang, Hao-Yun (Author) / Johnston, Stephen (Thesis director) / Peterson, Milene (Committee member) / School of Life Sciences (Contributor) / Barrett, The Honors College (Contributor)
Created2019-05
133512-Thumbnail Image.png
Description
The objective of this thesis was to determine whether Zika Virus (ZIKV) can be effectively inactivated by Selective Photonic Disinfection (SEPHODIS) and determine whether key proteins involved in the infection process are preserved, making SEPHODIS a possible source for vaccine development. As of January 2018, there have been 3,720 confirmed

The objective of this thesis was to determine whether Zika Virus (ZIKV) can be effectively inactivated by Selective Photonic Disinfection (SEPHODIS) and determine whether key proteins involved in the infection process are preserved, making SEPHODIS a possible source for vaccine development. As of January 2018, there have been 3,720 confirmed cases of Congenital Zika Syndrome in infants, making a Zika Vaccine a high priority (Mitchell, 2018). SEPHODIS is a process that involves prolonged exposure of an object to a pulsing laser which can render it ineffective. Initially, ZIKV was subjected to laser inactivation for 6 hours, then a plaque assay was performed on both laser-treated and control samples. ZIKV was inactivated two-fold? after laser treatment, when compared with control, as indicated by the plaque assay results. Additionally, both samples were submitted to ELISA to evaluate antigenicity with a panel of monoclonal and human sera. As a second control, virus inactivated by formaldehyde (2%) was used. ELISA results showed that antigenicity of some proteins were preserved while others were probably disturbed. However, ELISA results show that ZIKV envelope protein (E-protein), the protein responsible for viral entry into cells, was effectively preserved after laser-treatment, implying that if laser parameters were tweaked to obtain more complete inactivation, then SEPHODIS may be an appropriate source for the development of a vaccine.
ContributorsViafora, Ataiyo Blue (Author) / Johnston, Stephen (Thesis director) / Tsen, Kong-Thon (Committee member) / School of Life Sciences (Contributor) / School of Sustainability (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
134876-Thumbnail Image.png
Description
PD-L1 blockade has shown recent success in cancer therapy and cancer vaccine regimens. One approach for anti-PD-L1 antibodies has been their application as adjuvants for cancer vaccines. Given the disadvantages of such antibodies, including long half-life and adverse events related to their use, a novel strategy using synbodies in place

PD-L1 blockade has shown recent success in cancer therapy and cancer vaccine regimens. One approach for anti-PD-L1 antibodies has been their application as adjuvants for cancer vaccines. Given the disadvantages of such antibodies, including long half-life and adverse events related to their use, a novel strategy using synbodies in place of antibodies can be tested. Synbodies offer a variety of advantages, including shorter half-life, smaller size, and cheaper cost. Peptides that could bind PD-L1 were identified via peptide arrays and used to construct synbodies. These synbodies were tested with inhibition ELISA assays, SPR, and pull down assays. Additional flow cytometry analysis was done to determine the binding specificity of the synbodies to PD-L1 and the ability of those synbodies to inhibit the PD-L1/PD-1 interaction. Although analysis of permeabilized cells expressing PD-L1 indicated that the synbodies could successfully bind PD-L1, those results were not replicated in non-permeabilized cells. Further assays suggested that the binding of the synbodies was non-specific. Other tests were done to see if the synbodies could inhibit the PD-1/PD-L1 interaction. This assay did not yield any conclusive results and further experimentation is needed to determine the efficacy of the synbodies in inhibiting this interaction.
ContributorsMujahed, Tala (Author) / Johnston, Stephen (Thesis director) / Blattman, Joseph (Committee member) / Diehnelt, Chris (Committee member) / School of Molecular Sciences (Contributor) / Barrett, The Honors College (Contributor)
Created2016-12