skip to main content


Search for: All records

Creators/Authors contains: "Lu, Yao"

Note: When clicking on a Digital Object Identifier (DOI) number, you will be taken to an external site maintained by the publisher. Some full text articles may not yet be available without a charge during the embargo (administrative interval).
What is a DOI Number?

Some links on this page may take you to non-federal websites. Their policies may differ from this site.

  1. Abstract

    The wide applications of liquid chromatography - mass spectrometry (LC-MS) in untargeted metabolomics demand an easy-to-use, comprehensive computational workflow to support efficient and reproducible data analysis. However, current tools were primarily developed to perform specific tasks in LC-MS based metabolomics data analysis. Here we introduce MetaboAnalystR 4.0 as a streamlined pipeline covering raw spectra processing, compound identification, statistical analysis, and functional interpretation. The key features of MetaboAnalystR 4.0 includes an auto-optimized feature detection and quantification algorithm for LC-MS1 spectra processing, efficient MS2 spectra deconvolution and compound identification for data-dependent or data-independent acquisition, and more accurate functional interpretation through integrated spectral annotation. Comprehensive validation studies using LC-MS1 and MS2 spectra obtained from standards mixtures, dilution series and clinical metabolomics samples have shown its excellent performance across a wide range of common tasks such as peak picking, spectral deconvolution, and compound identification with good computing efficiency. Together with its existing statistical analysis utilities, MetaboAnalystR 4.0 represents a significant step toward a unified, end-to-end workflow for LC-MS based global metabolomics in the open-source R environment.

     
    more » « less
  2. The acoustic environment an animal experiences early in life shapes the structure and function of its auditory system. This process of experience-dependent development is thought to be primarily orchestrated by potentiation and depression of synapses, but plasticity of intrinsic voltage dynamics may also contribute. Here, we show that in juvenile male and female zebra finches, neurons in a cortical-level auditory area, the caudal mesopallium (CM), can rapidly change their firing dynamics. This plasticity was only observed in birds that were reared in a complex acoustic and social environment, which also caused increased expression of the low-threshold potassium channel Kv1.1 in the plasma membrane and endoplasmic reticulum (ER). Intrinsic plasticity depended on activity, was reversed by blocking low-threshold potassium currents, and was prevented by blocking intracellular calcium signaling. Taken together, these results suggest that Kv1.1 is rapidly mobilized to the plasma membrane by activity-dependent elevation of intracellular calcium. This produces a shift in the excitability and temporal integration of CM neurons that may be permissive for auditory learning in complex acoustic environments during a crucial period for the development of vocal perception and production.

    SIGNIFICANCE STATEMENTNeurons can change not only the strength of their connections to other neurons, but also how they integrate synaptic currents to produce patterns of action potentials. In contrast to synaptic plasticity, the mechanisms and functional roles of intrinisic plasticity remain poorly understood. We found that neurons in the zebra finch auditory cortex can rapidly shift their spiking dynamics within a few minutes in response to intracellular stimulation. This plasticity involves increased conductance of a low-threshold potassium current associated with the Kv1.1 channel, but it only occurs in birds reared in a rich acoustic environment. Thus, auditory experience regulates a mechanism of neural plasticity that allows neurons to rapidly adapt their firing dynamics to stimulation.

     
    more » « less
  3. Multi-layer spatial structures usually take considerable external loads with a small material usage at all scales. Polyhedral graphic statics (PGS) provides a method to design multi-layer funicular polyhedral structures, and the structural forms are usually materialized as space frames. Our previous research shows that the intrinsic planarity of the polyhedral geometries can be harnessed for efficient fabrication and construction processes using flat-sheet materials. Sheet-based structures are advantageous over conventional space frame systems because sheets can provide more load paths and constrain the kinematic degrees of freedom of the nodes. Therefore, they are more capable of taking a wider variety of load cases compared to space frames. Moreover, sheet materials can be fabricated into complex shapes using CNC milling, laser cutting, water jet cutting, and CNC bending techniques. However, not all sheets are necessary as long as the load paths are preserved and the system does not have kinematic degrees of freedom. To find an efficient set of faces that satisfies the requirements, this paper first incorporates and adapts the matrix analysis method to calculate the kinematic degrees of freedom for sheet-based structures. Then, an iterative algorithm is devised to help find a reduced set of faces with zero kinematic degrees of freedom. To attest to the advantages of this method over bar-node construction, a comparative study is carried out using finite element analysis. The results show that, with the same material usage, the sheet-based system has improved performance than the framework system under a range of loading scenarios. 
    more » « less
  4. Abstract Long-duration GRB 200829A was detected by Fermi-GBM and Swift-BAT/XRT, and then rapidly observed by other ground-based telescopes. It has a weak γ -ray emission in the very early phase and is followed by a bright spiky γ -ray emission pulse. The radiation spectrum of the very early emission is best fitted by a power-law function with index ∼−1.7. However, the bright spiky γ -ray pulse, especially the time around the peak, exhibits a distinct two-component radiation spectrum, i.e., Band function combined with a blackbody radiation spectrum. We infer the photospheric properties and reveal a medium magnetization at a photospheric position by adopting the initial size of the outflow as r 0 = 10 9 cm. It implies that the Band component in this pulse may be formed during the dissipation of the magnetic field. The power-law radiation spectra found in the very early prompt emission may imply the external-shock origination of this phase. Then, we perform the Markov Chain Monte Carlo method fitting on the light curves of this burst, where the jet corresponding to the γ -ray pulse at around 20 s is used to refresh the external shock. It is shown that the light curves of the very early phase and X-ray afterglow after 40 s, involving the X-ray bump at around 100 s, can be well modeled in the external-shock scenario. For the obtained initial outflow, we estimate the minimum magnetization factor of the jet based on the fact that the photospheric emission of this jet is missed in the very early phase. 
    more » « less
  5. We will demonstrate a prototype query-processing engine, which utilizes correlations among predicates to accelerate machine learning (ML) inference queries on unstructured data. Expensive operators such as feature extractors and classifiers are deployed as user-defined functions (UDFs), which are not penetrable by classic query optimization techniques such as predicate push-down. Recent optimization schemes (e.g., Probabilistic Predicates or PP) build a cheap proxy model for each predicate offline, and inject proxy models in the front of expensive ML UDFs under the independence assumption in queries. Input records that do not satisfy query predicates are filtered early by proxy models to bypass ML UDFs. But enforcing the independence assumption may result in sub-optimal plans. We use correlative proxy models to better exploit predicate correlations and accelerate ML queries. We will demonstrate our query optimizer called CORE, which builds proxy models online, allocates parameters to each model, and reorders them. We will also show end-to-end query processing with or without proxy models. 
    more » « less
  6. In recent years, deep learning models have revolutionized computer vision, enabling diverse applications. However, these models are computationally expensive, and leveraging them for video analyt- ics involves low-level imperative programming. To address these efficiency and usability challenges, the database community has de- veloped video database management systems (VDBMSs). However, existing VDBMSs lack extensibility and composability and do not support holistic system optimizations, limiting their practical appli- cation. In response to these issues, we present our vision for EVA, a VDBMS that allows for extensible support of user-defined functions and employs a Cascades-style query optimizer. Additionally, we leverage RAY’s distributed execution to enhance scalability and performance and explore hardware-specific optimizations to facilitate runtime optimizations. We discuss the architecture and design of EVA, our achievements thus far, and our research roadmap. 
    more » « less
  7. We consider accelerating machine learning (ML) inference queries on unstructured datasets. Expensive operators such as feature extractors and classifiers are deployed as user-defined functions (UDFs), which are not penetrable with classic query optimization techniques such as predicate push-down. Recent optimization schemes (e.g., Probabilistic Predicates or PP) assume independence among the query predicates, build a proxy model for each predicate offline, and rewrite a new query by injecting these cheap proxy models in the front of the expensive ML UDFs. In such a manner, unlikely inputs that do not satisfy query predicates are filtered early to bypass the ML UDFs. We show that enforcing the independence assumption in this context may result in sub-optimal plans. In this paper, we propose CORE, a query optimizer that better exploits the predicate correlations and accelerates ML inference queries. Our solution builds the proxy models online for a new query and leverages a branch-and-bound search process to reduce the building costs. Results on three real-world text, image and video datasets show that CORE improves the query throughput by up to 63% compared to PP and up to 80% compared to running the queries as it is. 
    more » « less
  8. Multi-layer spatial structures usually take considerable external loads with very limited material usage at all scales, and Polyhedral Graphic Statics (PGS) provides a method to design multi-layer funicular polyhedral structures. The structural forms usually materialized as space frames. Our previous research shows that the intrinsic planarity of the polyhedral geometries can be harnessed for efficient fabrication and construction processes using flat-sheet materials. Sheet-based structures are advantageous over the conventional space frame systems because sheets can provide more load paths and constrain the kinematic degrees of freedom of the nodes. Therefore, they can take a wider range of load compared to space frames. Moreover, sheet materials can be fabricated to complex shapes using CNC milling, laser cutting, water jet cutting, and CNC bending techniques. However, not all sheets are necessary as long as the load paths are preserved, and the system does not have kinematic degrees of freedom. To find a reduced set of faces that satisfies the requirements, this paper incorporates and adapts the matrix analysis method to calculate the kinematic degree of freedom of sheet-based structure. Built upon this, an iterative algorithm is devised to help find the reduced set of faces with zero kinematic degree of freedom. To attest the advantage of this method over bar-node construction, a comparative study is carried out using finite element analysis. The result shows that, with the same material usage, the sheet-based system has improved performance than the framework system under a wide range of loading scenarios. 
    more » « less