Autism Spectrum Disorder (ASD) is a highly disabling mental disease that brings significant impairments of social interaction ability to the patients, making early screening and intervention of ASD critical. With the development of the machine learning and neuroimaging technology, extensive research has been conducted on machine classification of ASD based on structural Magnetic Resonance Imaging (s-MRI). However, most studies involve with datasets where participants’ age are above 5 and lack interpretability. In this paper, we propose a machine learning method for ASD classification in children with age range from 0.92 to 4.83 years, based on s-MRI features extracted using Contrastive Variational AutoEncoder (CVAE). 78 s-MRIs, collected from Shenzhen Children’s Hospital, are used for training CVAE, which consists of both ASD-specific feature channel and common-shared feature channel. The ASD participants represented by ASD-specific features can be easily discriminated from Typical Control (TC) participants represented by the common-shared features. In case of degraded predictive accuracy when data size is extremely small, a transfer learning strategy is proposed here as a potential solution. Finally, we conduct neuroanatomical interpretation based on the correlation between s-MRI features extracted from CVAE and surface area of different cortical regions, which discloses potential biomarkers that could help target treatments of ASD in the future.
- Article type
- Year
- Co-author
With the development of sequencing technologies, somatic mutation analysis has become an important component in cancer research and treatment. VarDict is a commonly used somatic variant caller for this task. Although the heuristic-based VarDict algorithm exhibits high sensitivity and versatility, it may detect higher amounts of false positive variants than callers, limiting its clinical practicality. To address this problem, we propose DeepFilter, a deep-learning based filter for VarDict, which can filter out the false positive variants detected by VarDict effectively. Our approach trains two models for insertion-deletion mutations (InDels) and single nucleotide variants (SNVs), respectively. Experiments show that DeepFilter can filter at least 98.5% of false positive variants and retain 93.5% of true positive variants for InDels and SNVs in the commonly used tumor-normal paired mode. Source code and pre-trained models are available at https://github.com/LeiHaoa/DeepFilter.
Gastric cancer (GC) is one of the most common cancers and ranks the third in cancer mortality all over the world. The goal of this study was to identify potential hub-genes, highlighting their functions, signaling pathways, and candidate drugs for the treatment of GC patients. We used publicly available next generation sequencing (NGS) data to identify differentially expressed (DE) genes. The top DE genes were mapped to STRING database to construct the protein-protein interaction (PPI) network and top hub genes were selected for further analysis. We found a total of 1555 DE genes with 870 upregulated and 685 downregulated genes in GC. We selected the top 400 (200 upregulated and 200 downregulated) genes to construct a PPI network and extracted the top 15 hub genes. The gene ontology (GO) term and kyoto encyclopedia of genes and genomes (KEGG) pathway enrichment analyses of the 15 hub genes exposed some important functions and signaling pathways that were significantly associated with GC patients. The survival analysis of the hub genes disclosed that the lower expressions of the three hub genes CDH2, COL4A1, and COL5A2 were associated with better survival of GC patients. These three genes might be the candidate biomarkers for the diagnosis and treatment of GC. Then, we considered 3 key proteins (genomic biomarkers) (COL4A1, CDH2, and CO5A2) as the drug target proteins (receptors), performed their docking analysis with the 102 meta-drug agents, and found Everolimus, Docetaxel, Lanreotide, Venetoclax, Temsirolimus, and Nilotinib as the top ranked 6 candidate drugs with respect to our proposed target proteins for the treatment against GC patients. Therefore, the proposed drugs might play vital role for the treatment against GC patients.
Sequence-based protein tertiary structure prediction is of fundamental importance because the function of a protein ultimately depends on its 3D structure. An accurate residue-residue contact map is one of the essential elements for current ab initio prediction protocols of 3D structure prediction. Recently, with the combination of deep learning and direct coupling techniques, the performance of residue contact prediction has achieved significant progress. However, a considerable number of current Deep-Learning (DL)-based prediction methods are usually time-consuming, mainly because they rely on different categories of data types and third-party programs. In this research, we transformed the complex biological problem into a pure computational problem through statistics and artificial intelligence. We have accordingly proposed a feature extraction method to obtain various categories of statistical information from only the multi-sequence alignment, followed by training a DL model for residue-residue contact prediction based on the massive statistical information. The proposed method is robust in terms of different test sets, showed high reliability on model confidence score, could obtain high computational efficiency and achieve comparable prediction precisions with DL methods that relying on multi-source inputs.