Concentration Polarization and Nonlinear Electrokinetic Flow near a Nanofluidic ChannelSung Jae Kim, Ying‐Chih Wang, Jeong Hoon Lee et al.|Physical Review Letters|2007 A perm-selective nanochannel could initiate concentration polarization near the nanochannel, significantly decreasing (increasing) the ion concentration in the anodic (cathodic) end of the nanochannel. Such strong concentration polarization can be induced even at moderate buffer concentrations because of local ion depletion (therefore thicker local Debye layer) near the nanochannel. In addition, fast fluid vortices were generated at the anodic side of the nanochannel due to the nonequilibrium electro-osmotic flow (EOF), which was at least approximately 10x faster than predicted from any equilibrium EOF. This result corroborates the relation among induced EOF, concentration polarization, and limiting-current behavior.
CpG and Non-CpG Methylation in Epigenetic Gene Regulation and Brain FunctionDNA methylation is a major epigenetic mark with important roles in genetic regulation. Methylated cytosines are found primarily at CpG dinucleotides, but are also found at non-CpG sites (CpA, CpT, and CpC). The general functions of CpG and non-CpG methylation include gene silencing or activation depending on the methylated regions. CpG and non-CpG methylation are found throughout the whole genome, including repetitive sequences, enhancers, promoters, and gene bodies. Interestingly, however, non-CpG methylation is restricted to specific cell types, such as pluripotent stem cells, oocytes, neurons, and glial cells. Thus, accumulation of methylation at non-CpG sites and CpG sites in neurons seems to be involved in development and disease etiology. Here, we provide an overview of CpG and non-CpG methylation and their roles in neurological diseases.
Turbo <sub>iso</sub>Given a query graph q and a data graph g, the subgraph isomorphism search finds all occurrences of q in g and is considered one of the most fundamental query types for many real applications. While this problem belongs to NP-hard, many algorithms have been proposed to solve it in a reasonable time for real datasets. However, a recent study has shown, through an extensive benchmark with various real datasets, that all existing algorithms have serious problems in their matching order selection. Furthermore, all algorithms blindly permutate all possible mappings for query vertices, often leading to useless computations. In this paper, we present an efficient and robust subgraph search solution, called TurboISO, which is turbo-charged with two novel concepts, candidate region exploration and the combine and permute strategy (in short, Comb/Perm). The candidate region exploration identifies on-the-fly candidate subgraphs (i.e, candidate regions), which contain embeddings, and computes a robust matching order for each candidate region explored. The Comb/Perm strategy exploits the novel concept of the neighborhood equivalence class (NEC). Each query vertex in the same NEC has identically matching data vertices. During subgraph isomorphism search, Comb/Perm generates only combinations for each NEC instead of permutating all possible enumerations. Thus, if a chosen combination is determined to not contribute to a complete solution, all possible permutations for that combination will be safely pruned. Extensive experiments with many real datasets show that TurboISO consistently and significantly outperforms all competitors by up to several orders of magnitude.
Gel characterisation and in vivo evaluation of minocycline-loaded wound dressing with enhanced wound healing using polyvinyl alcohol and chitosanJung‐Hoon Sung, Ma‐Ro Hwang, Jong Oh Kim et al.|International Journal of Pharmaceutics|2010 An in-depth comparison of subgraph isomorphism algorithms in graph databasesJin‐Soo Lee, Wook-Shin Han, Romāns Kasperovičs et al.|Proceedings of the VLDB Endowment|2012 Finding subgraph isomorphisms is an important problem in many applications which deal with data modeled as graphs. While this problem is NP-hard, in recent years, many algorithms have been proposed to solve it in a reasonable time for real datasets using different join orders, pruning rules, and auxiliary neighborhood information. However, since they have not been empirically compared one another in most research work, it is not clear whether the later work outperforms the earlier work. Another problem is that reported comparisons were often done using the original authors' binaries which were written in different programming environments. In this paper, we address these serious problems by re-implementing five state-of-the-art subgraph isomorphism algorithms in a common code base and by comparing them using many real-world datasets and their query loads. Through our in-depth analysis of experimental results, we report surprising empirical findings.