172 research outputs found

    An In Vivo Screen Identifies PYGO2 as a Driver for Metastatic Prostate Cancer

    Get PDF
    Advanced prostate cancer displays conspicuous chromosomal instability and rampant copy number aberrations, yet the identity of functional drivers resident in many amplicons remain elusive. Here, we implemented a functional genomics approach to identify new oncogenes involved in prostate cancer progression. Through integrated analyses of focal amplicons in large prostate cancer genomic and transcriptomic datasets as well as genes upregulated in metastasis, 276 putative oncogenes were enlisted into an in vivo gain-of-function tumorigenesis screen. Among the top positive hits, we conducted an in-depth functional analysis on Pygopus family PHD finger 2 (PYGO2), located in the amplicon at 1q21.3. PYGO2 overexpression enhances primary tumor growth and local invasion to draining lymph nodes. Conversely, PYGO2 depletion inhibits prostate cancer cell invasion in vitro and progression of primary tumor and metastasis in vivo In clinical samples, PYGO2 upregulation associated with higher Gleason score and metastasis to lymph nodes and bone. Silencing PYGO2 expression in patient-derived xenograft models impairs tumor progression. Finally, PYGO2 is necessary to enhance the transcriptional activation in response to ligand-induced Wnt/β-catenin signaling. Together, our results indicate that PYGO2 functions as a driver oncogene in the 1q21.3 amplicon and may serve as a potential prognostic biomarker and therapeutic target for metastatic prostate cancer.Significance: Amplification/overexpression of PYGO2 may serve as a biomarker for prostate cancer progression and metastasis. Cancer Res; 78(14); 3823-33. ©2018 AACR

    Dynamical SimRank search on time-varying networks

    Get PDF
    SimRank is an appealing pair-wise similarity measure based on graph structure. It iteratively follows the intuition that two nodes are assessed as similar if they are pointed to by similar nodes. Many real graphs are large, and links are constantly subject to minor changes. In this article, we study the efficient dynamical computation of all-pairs SimRanks on time-varying graphs. Existing methods for the dynamical SimRank computation [e.g., LTSF (Shao et al. in PVLDB 8(8):838–849, 2015) and READS (Zhang et al. in PVLDB 10(5):601–612, 2017)] mainly focus on top-k search with respect to a given query. For all-pairs dynamical SimRank search, Li et al.’s approach (Li et al. in EDBT, 2010) was proposed for this problem. It first factorizes the graph via a singular value decomposition (SVD) and then incrementally maintains such a factorization in response to link updates at the expense of exactness. As a result, all pairs of SimRanks are updated approximately, yielding (Formula presented.) time and (Formula presented.) memory in a graph with n nodes, where r is the target rank of the low-rank SVD. Our solution to the dynamical computation of SimRank comprises of five ingredients: (1) We first consider edge update that does not accompany new node insertions. We show that the SimRank update (Formula presented.) in response to every link update is expressible as a rank-one Sylvester matrix equation. This provides an incremental method requiring (Formula presented.) time and (Formula presented.) memory in the worst case to update (Formula presented.) pairs of similarities for K iterations. (2) To speed up the computation further, we propose a lossless pruning strategy that captures the “affected areas” of (Formula presented.) to eliminate unnecessary retrieval. This reduces the time of the incremental SimRank to (Formula presented.), where m is the number of edges in the old graph, and (Formula presented.) is the size of “affected areas” in (Formula presented.), and in practice, (Formula presented.). (3) We also consider edge updates that accompany node insertions, and categorize them into three cases, according to which end of the inserted edge is a new node. For each case, we devise an efficient incremental algorithm that can support new node insertions and accurately update the affected SimRanks. (4) We next study batch updates for dynamical SimRank computation, and design an efficient batch incremental method that handles “similar sink edges” simultaneously and eliminates redundant edge updates. (5) To achieve linear memory, we devise a memory-efficient strategy that dynamically updates all pairs of SimRanks column by column in just (Formula presented.) memory, without the need to store all (Formula presented.) pairs of old SimRank scores. Experimental studies on various datasets demonstrate that our solution substantially outperforms the existing incremental SimRank methods and is faster and more memory-efficient than its competitors on million-scale graphs

    Opposing roles of TGFβ and BMP signaling in prostate cancer development

    Get PDF
    SMAD4 constrains progression of Pten-null prostate cancer and serves as a common downstream node of transforming growth factor β (TGFβ) and bone morphogenetic protein (BMP) pathways. Here, we dissected the roles of TGFβ receptor II (TGFBR2) and BMP receptor II (BMPR2) using a Pten-null prostate cancer model. These studies demonstrated that the molecular actions of TGFBR2 result in both SMAD4-dependent constraint of proliferation and SMAD4-independent activation of apoptosis. In contrast, BMPR2 deletion extended survival relative to Pten deletion alone, establishing its promoting role in BMP6-driven prostate cancer progression. These analyses reveal the complexity of TGFβ-BMP signaling and illuminate potential therapeutic targets for prostate cancer

    REP: Location Privacy for VANETs Using Random Encryption Periods

    Full text link

    SimRank*: effective and scalable pairwise similarity search based on graph topology

    Get PDF
    Given a graph, how can we quantify similarity between two nodes in an effective and scalable way? SimRank is an attractive measure of pairwise similarity based on graph topologies. Its underpinning philosophy that “two nodes are similar if they are pointed to (have incoming edges) from similar nodes” can be regarded as an aggregation of similarities based on incoming paths. Despite its popularity in various applications (e.g., web search and social networks), SimRank has an undesirable trait, i.e., “zero-similarity”: it accommodates only the paths of equal length from a common “center” node, whereas a large portion of other paths are fully ignored. In this paper, we propose an effective and scalable similarity model, SimRank*, to remedy this problem. (1) We first provide a sufficient and necessary condition of the “zero-similarity” problem that exists in Jeh and Widom’s SimRank model, Li et al. ’s SimRank model, Random Walk with Restart (RWR), and ASCOS++. (2) We next present our treatment, SimRank*, which can resolve this issue while inheriting the merit of the simple SimRank philosophy. (3) We reduce the series form of SimRank* to a closed form, which looks simpler than SimRank but which enriches semantics without suffering from increased computational overhead. This leads to an iterative form of SimRank*, which requires O(Knm) time and O(n2) memory for computing all (n2) pairs of similarities on a graph of n nodes and m edges for K iterations. (4) To improve the computational time of SimRank* further, we leverage a novel clustering strategy via edge concentration. Due to its NP-hardness, we devise an efficient heuristic to speed up all-pairs SimRank* computation to O(Knm~) time, where m~ is generally much smaller than m. (5) To scale SimRank* on billion-edge graphs, we propose two memory-efficient single-source algorithms, i.e., ss-gSR* for geometric SimRank*, and ss-eSR* for exponential SimRank*, which can retrieve similarities between all n nodes and a given query on an as-needed basis. This significantly reduces the O(n2) memory of all-pairs search to either O(Kn+m~) for geometric SimRank*, or O(n+m~) for exponential SimRank*, without any loss of accuracy, where m~≪n2 . (6) We also compare SimRank* with another remedy of SimRank that adds self-loops on each node and demonstrate that SimRank* is more effective. (7) Using real and synthetic datasets, we empirically verify the richer semantics of SimRank*, and validate its high computational efficiency and scalability on large graphs with billions of edges

    Effective combinatorial immunotherapy for penile squamous cell carcinoma

    Get PDF
    Penile squamous cell carcinoma (PSCC) accounts for over 95% of penile malignancies and causes significant mortality and morbidity in developing countries. Molecular mechanisms and therapies of PSCC are understudied, owing to scarcity of laboratory models. Herein, we describe a genetically engineered mouse model of PSCC, by co-deletion of Smad4 and Apc in the androgen-responsive epithelium of the penis. Mouse PSCC fosters an immunosuppressive microenvironment with myeloid-derived suppressor cells (MDSCs) as a dominant population. Preclinical trials in the model demonstrate synergistic efficacy of immune checkpoint blockade with the MDSC-diminishing drugs cabozantinib or celecoxib. A critical clinical problem of PSCC is chemoresistance to cisplatin, which is induced by Pten deficiency on the backdrop of Smad4/Apc co-deletion. Drug screen studies informed by targeted proteomics identify a few potential therapeutic strategies for PSCC. Our studies have established what we believe to be essential resources for studying PSCC biology and developing therapeutic strategies

    A simulation study for comparing testing statistics in response-adaptive randomization

    Get PDF
    <p>Abstract</p> <p>Background</p> <p>Response-adaptive randomizations are able to assign more patients in a comparative clinical trial to the tentatively better treatment. However, due to the adaptation in patient allocation, the samples to be compared are no longer independent. At large sample sizes, many asymptotic properties of test statistics derived for independent sample comparison are still applicable in adaptive randomization provided that the patient allocation ratio converges to an appropriate target asymptotically. However, the small sample properties of commonly used test statistics in response-adaptive randomization are not fully studied.</p> <p>Methods</p> <p>Simulations are systematically conducted to characterize the statistical properties of eight test statistics in six response-adaptive randomization methods at six allocation targets with sample sizes ranging from 20 to 200. Since adaptive randomization is usually not recommended for sample size less than 30, the present paper focuses on the case with a sample of 30 to give general recommendations with regard to test statistics for contingency tables in response-adaptive randomization at small sample sizes.</p> <p>Results</p> <p>Among all asymptotic test statistics, the Cook's correction to chi-square test (<it>T</it><sub><it>MC</it></sub>) is the best in attaining the nominal size of hypothesis test. The William's correction to log-likelihood ratio test (<it>T</it><sub><it>ML</it></sub>) gives slightly inflated type I error and higher power as compared with <it>T</it><sub><it>MC</it></sub>, but it is more robust against the unbalance in patient allocation. <it>T</it><sub><it>MC </it></sub>and <it>T</it><sub><it>ML </it></sub>are usually the two test statistics with the highest power in different simulation scenarios. When focusing on <it>T</it><sub><it>MC </it></sub>and <it>T</it><sub><it>ML</it></sub>, the generalized drop-the-loser urn (GDL) and sequential estimation-adjusted urn (SEU) have the best ability to attain the correct size of hypothesis test respectively. Among all sequential methods that can target different allocation ratios, GDL has the lowest variation and the highest overall power at all allocation ratios. The performance of different adaptive randomization methods and test statistics also depends on allocation targets. At the limiting allocation ratio of drop-the-loser (DL) and randomized play-the-winner (RPW) urn, DL outperforms all other methods including GDL. When comparing the power of test statistics in the same randomization method but at different allocation targets, the powers of log-likelihood-ratio, log-relative-risk, log-odds-ratio, Wald-type Z, and chi-square test statistics are maximized at their corresponding optimal allocation ratios for power. Except for the optimal allocation target for log-relative-risk, the other four optimal targets could assign more patients to the worse arm in some simulation scenarios. Another optimal allocation target, <it>R</it><sub><it>RSIHR</it></sub>, proposed by Rosenberger and Sriram (<it>Journal of Statistical Planning and Inference</it>, 1997) is aimed at minimizing the number of failures at fixed power using Wald-type Z test statistics. Among allocation ratios that always assign more patients to the better treatment, <it>R</it><sub><it>RSIHR </it></sub>usually has less variation in patient allocation, and the values of variation are consistent across all simulation scenarios. Additionally, the patient allocation at <it>R</it><sub><it>RSIHR </it></sub>is not too extreme. Therefore, <it>R</it><sub><it>RSIHR </it></sub>provides a good balance between assigning more patients to the better treatment and maintaining the overall power.</p> <p>Conclusion</p> <p>The Cook's correction to chi-square test and Williams' correction to log-likelihood-ratio test are generally recommended for hypothesis test in response-adaptive randomization, especially when sample sizes are small. The generalized drop-the-loser urn design is the recommended method for its good overall properties. Also recommended is the use of the <it>R</it><sub><it>RSIHR </it></sub>allocation target.</p

    Effect of Aspect Ratio on Field Emission Properties of ZnO Nanorod Arrays

    Get PDF
    ZnO nanorod arrays are prepared on a silicon wafer through a multi-step hydrothermal process. The aspect ratios and densities of the ZnO nanorod arrays are controlled by adjusting the reaction times and concentrations of solution. The investigation of field emission properties of ZnO nanorod arrays revealed a strong dependency on the aspect ratio and their density. The aspect ratio and spacing of ZnO nanorod arrays are 39 and 167 nm (sample C), respectively, to exhibit the best field emission properties. The turn-on field and threshold field of the nanorod arrays are 3.83 V/μm and 5.65 V/μm, respectively. Importantly, the sample C shows a highest enhancement of factorβ, which is 2612. The result shows that an optimum density and aspect ratio of ZnO nanorod arrays have high efficiency of field emission

    Ultra-Sensitivity Glucose Sensor Based on Field Emitters

    Get PDF
    A new glucose sensor based on field emitter of ZnO nanorod arrays (ZNA) was fabricated. This new type of ZNA field emitter-based sensor shows high sensitivity with experimental limit of detection of 1 nM glucose solution and a detection range from 1 nM to 50 ÎĽM in air at room temperature, which is lower than that of glucose sensors based on surface plasmon resonance spectroscopy, fluorescence signal transmission, and electrochemical signal transduction. The new glucose sensor provides a key technique for promising consuming application in biological system for detecting low levels of glucose on single cells or bacterial cultures

    A Reference Proteomic Database of Lactobacillus plantarum CMCC-P0002

    Get PDF
    Lactobacillus plantarum is a widespread probiotic bacteria found in many fermented food products. In this study, the whole-cell proteins and secretory proteins of L. plantarum were separated by two-dimensional electrophoresis method. A total of 434 proteins were identified by tandem mass spectrometry, including a plasmid-encoded hypothetical protein pLP9000_05. The information of first 20 highest abundance proteins was listed for the further genetic manipulation of L. plantarum, such as construction of high-level expressions system. Furthermore, the first interaction map of L. plantarum was established by Blue-Native/SDS-PAGE technique. A heterodimeric complex composed of maltose phosphorylase Map3 and Map2, and two homodimeric complexes composed of Map3 and Map2 respectively, were identified at the same time, indicating the important roles of these proteins. These findings provided valuable information for the further proteomic researches of L. plantarum
    • …
    corecore