SwePub
Tyck till om SwePub Sök här!
Sök i SwePub databas

  Utökad sökning

Träfflista för sökning "WFRF:(Ahmed Sheraz) "

Sökning: WFRF:(Ahmed Sheraz)

  • Resultat 1-10 av 16
Sortera/gruppera träfflistan
   
NumreringReferensOmslagsbildHitta
1.
  • Abbasi, Ahtisham Fazeel, et al. (författare)
  • Deep learning architectures for the prediction of YY1-mediated chromatin loops
  • 2023
  • Ingår i: Bioinformatics research and applications. - : Springer. - 9789819970735 - 9789819970742 ; , s. 72-84
  • Konferensbidrag (refereegranskat)abstract
    • YY1-mediated chromatin loops play substantial roles in basic biological processes like gene regulation, cell differentiation, and DNA replication. YY1-mediated chromatin loop prediction is important to understand diverse types of biological processes which may lead to the development of new therapeutics for neurological disorders and cancers. Existing deep learning predictors are capable to predict YY1-mediated chromatin loops in two different cell lines however, they showed limited performance for the prediction of YY1-mediated loops in the same cell lines and suffer significant performance deterioration in cross cell line setting. To provide computational predictors capable of performing large-scale analyses of YY1-mediated loop prediction across multiple cell lines, this paper presents two novel deep learning predictors. The two proposed predictors make use of Word2vec, one hot encoding for sequence representation and long short-term memory, and a convolution neural network along with a gradient flow strategy similar to DenseNet architectures. Both of the predictors are evaluated on two different benchmark datasets of two cell lines HCT116 and K562. Overall the proposed predictors outperform existing DEEPYY1 predictor with an average maximum margin of 4.65%, 7.45% in terms of AUROC, and accuracy, across both of the datases over the independent test sets and 5.1%, 3.2% over 5-fold validation. In terms of cross-cell evaluation, the proposed predictors boast maximum performance enhancements of up to 9.5% and 27.1% in terms of AUROC over HCT116 and K562 datasets.
  •  
2.
  • Asim, Muhammad Nabeel, et al. (författare)
  • A robust and precise convnet for small non-coding rna classification (rpc-snrc)
  • 2021
  • Ingår i: IEEE Access. - 2169-3536. ; 9, s. 19379-19390
  • Tidskriftsartikel (refereegranskat)abstract
    • Small non-coding RNAs (ncRNAs) are attracting increasing attention as they are now considered potentially valuable resources in the development of new drugs intended to cure several human diseases. A prerequisite for the development of drugs targeting ncRNAs or the related pathways is the identification and correct classification of such ncRNAs. State-of-the-art small ncRNA classification methodologies use secondary structural features as input. However, such feature extraction approaches only take global characteristics into account and completely ignore co-relative effects of local structures. Furthermore, secondary structure based approaches incorporate high dimensional feature space which is computationally expensive. The present paper proposes a novel Robust and Precise ConvNet (RPC-snRC) methodology which classifies small ncRNAs into relevant families by utilizing their primary sequence. RPC-snRC methodology learns hierarchical representation of features by utilizing positioning and information on the occurrence of nucleotides. To avoid exploding and vanishing gradient problems, we use an approach similar to DenseNet in which gradient can flow straight from subsequent layers to previous layers. In order to assess the effectiveness of deeper architectures for small ncRNA classification, we also adapted two ResNet architectures having a different number of layers. Experimental results on a benchmark small ncRNA dataset show that the proposed methodology does not only outperform existing small ncRNA classification approaches with a significant performance margin of 10% but it also gives better results than adapted ResNet architectures. To reproduce the results Source code and data set is available at https://github.com/muas16/small-non-coding-RNA-classification.
  •  
3.
  • Asim, Muhammad Nabeel, et al. (författare)
  • BoT-Net : a lightweight bag of tricks-based neural network for efficient LncRNA–miRNA interaction prediction
  • 2022
  • Ingår i: Interdisciplinary Sciences: Computational Life Sciences. - : Springer. - 1913-2751 .- 1867-1462. ; 14:4, s. 841-862
  • Tidskriftsartikel (refereegranskat)abstract
    • Background and objective: Interactions of long non-coding ribonucleic acids (lncRNAs) with micro-ribonucleic acids (miRNAs) play an essential role in gene regulation, cellular metabolic, and pathological processes. Existing purely sequence based computational approaches lack robustness and efficiency mainly due to the high length variability of lncRNA sequences. Hence, the prime focus of the current study is to find optimal length trade-offs between highly flexible length lncRNA sequences.Method: The paper at hand performs in-depth exploration of diverse copy padding, sequence truncation approaches, and presents a novel idea of utilizing only subregions of lncRNA sequences to generate fixed-length lncRNA sequences. Furthermore, it presents a novel bag of tricks-based deep learning approach “Bot-Net” which leverages a single layer long-short-term memory network regularized through DropConnect to capture higher order residue dependencies, pooling to retain most salient features, normalization to prevent exploding and vanishing gradient issues, learning rate decay, and dropout to regularize precise neural network for lncRNA–miRNA interaction prediction.Results: BoT-Net outperforms the state-of-the-art lncRNA–miRNA interaction prediction approach by 2%, 8%, and 4% in terms of accuracy, specificity, and matthews correlation coefficient. Furthermore, a case study analysis indicates that BoT-Net also outperforms state-of-the-art lncRNA–protein interaction predictor on a benchmark dataset by accuracy of 10%, sensitivity of 19%, specificity of 6%, precision of 14%, and matthews correlation coefficient of 26%.Conclusion: In the benchmark lncRNA–miRNA interaction prediction dataset, the length of the lncRNA sequence varies from 213 residues to 22,743 residues and in the benchmark lncRNA–protein interaction prediction dataset, lncRNA sequences vary from 15 residues to 1504 residues. For such highly flexible length sequences, fixed length generation using copy padding introduces a significant level of bias which makes a large number of lncRNA sequences very much identical to each other and eventually derail classifier generalizeability. Empirical evaluation reveals that within 50 residues of only the starting region of long lncRNA sequences, a highly informative distribution for lncRNA–miRNA interaction prediction is contained, a crucial finding exploited by the proposed BoT-Net approach to optimize the lncRNA fixed length generation process.
  •  
4.
  • Asim, Muhammad Nabeel, et al. (författare)
  • EL-RMLocNet : An explainable LSTM network for RNA-associated multi-compartment localization prediction
  • 2022
  • Ingår i: Computational and Structural Biotechnology Journal. - : Elsevier. - 2001-0370. ; 20, s. 3986-4002
  • Tidskriftsartikel (refereegranskat)abstract
    • Subcellular localization of Ribonucleic Acid (RNA) molecules provide significant insights into the functionality of RNAs and helps to explore their association with various diseases. Predominantly developed single-compartment localization predictors (SCLPs) lack to demystify RNA association with diverse biochemical and pathological processes mainly happen through RNA co-localization in multiple compartments. Limited multi-compartment localization predictors (MCLPs) manage to produce decent performance only for target RNA class of particular sub-type. Further, existing computational approaches have limited practical significance and potential to optimize therapeutics due to the poor degree of model explainability. The paper in hand presents an explainable Long Short-Term Memory (LSTM) network “EL-RMLocNet”, predictive performance and interpretability of which are optimized using a novel GeneticSeq2Vec statistical representation learning scheme and attention mechanism for accurate multi-compartment localization prediction of different RNAs solely using raw RNA sequences. GeneticSeq2Vec generates optimized statistical vectors of raw RNA sequences by capturing short and long range relations of nucleotide k-mers. Using sequence vectors generated by GeneticSeq2Vec scheme, Long Short Term Memory layers extract most informative features, weighting of which on the basis of discriminative potential for accurate multi-compartment localization prediction is performed using attention layer. Through reverse engineering, weights of statistical feature space are mapped to nucleotide k-mers patterns to make multi-compartment localization prediction decision making transparent and explainable for different RNA classes and species. Empirical evaluation indicates that EL-RMLocNet outperforms state-of-the-art predictor for subcellular localization prediction of 4 different RNA classes by an average accuracy figure of 8% for Homo Sapiens species and 6% for Mus Musculus species. EL-RMLocNet is freely available as a web server at (https://sds_genetic_analysis.opendfki.de/subcellular_loc/).
  •  
5.
  • Asim, Muhammad Nabeel, et al. (författare)
  • L2S-MirLoc : A Lightweight Two Stage MiRNA Sub-Cellular Localization Prediction Framework
  • 2021
  • Ingår i: Proceedings of the International Joint Conference on Neural Networks. - : IEEE. - 9780738133669 - 9781665439008 - 9781665445979
  • Konferensbidrag (refereegranskat)abstract
    • A comprehensive understanding of miRNA sub-cellular localization may leads towards better understanding of physiological processes and support the fixation of diverse irregularities present in a variety of organisms. To date, diverse computational methodologies have been proposed to automatically infer sub-cellular localization of miR-NAs solely using sequence information, however, existing approaches lack in performance. Considering the success of data transformation approaches in Natural Language Processing which primarily transform multi-label classification problem into multi-class classification problem, here, we introduce three different data transformation approaches namely binary relevance, label power set, and classifier chains. Using data transformation approaches, at 1st stage, multi-label miRNA sub-cellular localization problem is transformed into multi-class problem. Then, at 2nd stage, 3 different machine learning classifiers are used to estimate which classifier performs better with what data transformation approach for hand on task. Empirical evaluation on independent test set indicates that L2S-MirLoc selected combination based on binary relevance and deep random forest outperforms state-of-the-art performance values by significant margin.
  •  
6.
  • Asim, Muhammad Nabeel, et al. (författare)
  • MirLocPredictor : A ConvNet-Based Multi-Label MicroRNA Subcellular Localization Predictor by Incorporating k-Mer Positional Information
  • 2020
  • Ingår i: Genes. - : MDPI. - 2073-4425 .- 2073-4425. ; 11:12
  • Tidskriftsartikel (refereegranskat)abstract
    • MicroRNAs (miRNA) are small noncoding RNA sequences consisting of about 22 nucleotides that are involved in the regulation of almost 60% of mammalian genes. Presently, there are very limited approaches for the visualization of miRNA locations present inside cells to support the elucidation of pathways and mechanisms behind miRNA function, transport, and biogenesis. MIRLocator, a state-of-the-art tool for the prediction of subcellular localization of miRNAs makes use of a sequence-to-sequence model along with pretrained k-mer embeddings. Existing pretrained k-mer embedding generation methodologies focus on the extraction of semantics of k-mers. However, in RNA sequences, positional information of nucleotides is more important because distinct positions of the four nucleotides define the function of an RNA molecule. Considering the importance of the nucleotide position, we propose a novel approach (kmerPR2vec) which is a fusion of positional information of k-mers with randomly initialized neural k-mer embeddings. In contrast to existing k-mer-based representation, the proposed kmerPR2vec representation is much more rich in terms of semantic information and has more discriminative power. Using novel kmerPR2vec representation, we further present an end-to-end system (MirLocPredictor) which couples the discriminative power of kmerPR2vec with Convolutional Neural Networks (CNNs) for miRNA subcellular location prediction. The effectiveness of the proposed kmerPR2vec approach is evaluated with deep learning-based topologies (i.e., Convolutional Neural Networks (CNN) and Recurrent Neural Network (RNN)) and by using 9 different evaluation measures. Analysis of the results reveals that MirLocPredictor outperform state-of-the-art methods with a significant margin of 18% and 19% in terms of precision and recall.
  •  
7.
  • Cole, John W, et al. (författare)
  • Genetics of the thrombomodulin-endothelial cell protein C receptor system and the risk of early-onset ischemic stroke.
  • 2018
  • Ingår i: PloS one. - : Public Library of Science (PLoS). - 1932-6203. ; 13:11
  • Tidskriftsartikel (refereegranskat)abstract
    • Polymorphisms in coagulation genes have been associated with early-onset ischemic stroke. Here we pursue an a priori hypothesis that genetic variation in the endothelial-based receptors of the thrombomodulin-protein C system (THBD and PROCR) may similarly be associated with early-onset ischemic stroke. We explored this hypothesis utilizing a multi-stage design of discovery and replication.Discovery was performed in the Genetics-of-Early-Onset Stroke (GEOS) Study, a biracial population-based case-control study of ischemic stroke among men and women aged 15-49 including 829 cases of first ischemic stroke (42.2% African-American) and 850 age-comparable stroke-free controls (38.1% African-American). Twenty-four single-nucleotide-polymorphisms (SNPs) in THBD and 22 SNPs in PROCR were evaluated. Following LD pruning (r2≥0.8), we advanced uncorrelated SNPs forward for association analyses. Associated SNPs were evaluated for replication in an early-onset ischemic stroke population (onset-age<60 years) consisting of 3676 cases and 21118 non-stroke controls from 6 case-control studies. Lastly, we determined if the replicated SNPs also associated with older-onset ischemic stroke in the METASTROKE data-base.Among GEOS Caucasians, PROCR rs9574, which was in strong LD with 8 other SNPs, and one additional independent SNP rs2069951, were significantly associated with ischemic stroke (rs9574, OR = 1.33, p = 0.003; rs2069951, OR = 1.80, p = 0.006) using an additive-model adjusting for age, gender and population-structure. Adjusting for risk factors did not change the associations; however, associations were strengthened among those without risk factors. PROCR rs9574 also associated with early-onset ischemic stroke in the replication sample (OR = 1.08, p = 0.015), but not older-onset stroke. There were no PROCR associations in African-Americans, nor were there any THBD associations in either ethnicity.PROCR polymorphisms are associated with early-onset ischemic stroke in Caucasians.
  •  
8.
  • Edlund, Christoffer, et al. (författare)
  • LIVECell : a large-scale dataset for label-free live cell segmentation
  • 2021
  • Ingår i: Nature Methods. - : Nature Publishing Group. - 1548-7091 .- 1548-7105. ; 18:9, s. 1038-1045
  • Tidskriftsartikel (övrigt vetenskapligt/konstnärligt)abstract
    • Light microscopy combined with well-established protocols of two-dimensional cell culture facilitates high-throughput quantitative imaging to study biological phenomena. Accurate segmentation of individual cells in images enables exploration of complex biological questions, but can require sophisticated imaging processing pipelines in cases of low contrast and high object density. Deep learning-based methods are considered state-of-the-art for image segmentation but typically require vast amounts of annotated data, for which there is no suitable resource available in the field of label-free cellular imaging. Here, we present LIVECell, a large, high-quality, manually annotated and expert-validated dataset of phase-contrast images, consisting of over 1.6 million cells from a diverse set of cell morphologies and culture densities. To further demonstrate its use, we train convolutional neural network-based models using LIVECell and evaluate model segmentation accuracy with a proposed a suite of benchmarks.
  •  
9.
  • Khalid, Nabeel, et al. (författare)
  • DeepCeNS : An end-to-end Pipeline for Cell and Nucleus Segmentation in Microscopic Images
  • 2021
  • Ingår i: Proceedings of the International Joint Conference on Neural Networks. - : IEEE. - 9780738133669 - 9781665439008 - 9781665445979
  • Konferensbidrag (refereegranskat)abstract
    • With the evolution of deep learning in the past decade, more biomedical related problems that seemed strenuous, are now feasible. The introduction of U-net and Mask R-CNN architectures has paved a way for many object detection and segmentation tasks in numerous applications ranging from security to biomedical applications. In the cell biology domain, light microscopy imaging provides a cheap and accessible source of raw data to study biological phenomena. By leveraging such data and deep learning techniques, human diseases can be easily diagnosed and the process of treatment development can be greatly expedited. In microscopic imaging, accurate segmentation of individual cells is a crucial step to allow better insight into cellular heterogeneity. To address the aforementioned challenges, DeepCeNS is proposed in this paper to detect and segment cells and nucleus in microscopic images. We have used EVICAN2 dataset which contains microscopic images from a variety of microscopes having numerous cell cultures, to evaluate the proposed pipeline. DeepCeNS outperforms EVICAN-MRCNN by a significant margin on the EVICAN2 dataset.
  •  
10.
  • Khalid, Nabeel, et al. (författare)
  • DeepCIS : An end-to-end Pipeline for Cell-type aware Instance Segmentation in Microscopic Images
  • 2021
  • Ingår i: 2021 IEEE EMBS International Conference on Biomedical and Health Informatics, Proceedings. - : Institute of Electrical and Electronics Engineers (IEEE). - 9781665403580
  • Konferensbidrag (refereegranskat)abstract
    • Accurate cell segmentation in microscopic images is a useful tool to analyze individual cell behavior, which helps to diagnose human diseases and development of new treatments. Cell segmentation of individual cells in a microscopic image with many cells in view allows quantification of single cellular features, such as shape or movement patterns, providing rich insight into cellular heterogeneity. Most of the cell segmentation algorithms up till now focus on segmenting cells in the images without classifying the culture of the cell in the images. Discrimination among cell types in microscopic images can lead to a new era of high-throughput cell microscopy. Multiple cell types in co-culture can be easily identified and studying the changes in cell morphology can lead to many applications such as drug treatment. To address this gap, DeepCIS is proposed to detect, segment, and classify the culture of the cells and nucleus in the microscopic images. We have used the EVICAN60 dataset which contains microscopic images from a variety of microscopes having numerous cell cultures, to evaluate the proposed pipeline. To further demonstrate the utility of the DeepCIS, we have designed various experimental settings to uncover its learning potential. We have achieved a mean average precision score of 24.37% for the segmentation task averaged over 30 classes for cell and nucleus.
  •  
Skapa referenser, mejla, bekava och länka
  • Resultat 1-10 av 16
Typ av publikation
tidskriftsartikel (8)
konferensbidrag (7)
licentiatavhandling (1)
Typ av innehåll
refereegranskat (14)
övrigt vetenskapligt/konstnärligt (2)
Författare/redaktör
Ahmed, Sheraz (14)
Dengel, Andreas (13)
Trygg, Johan (12)
Asim, Muhammad Nabee ... (6)
Zehe, Christoph (5)
Malik, Muhammad Imra ... (3)
visa fler...
Ibrahim, Muhammad Al ... (3)
Cloarec, Olivier (2)
Jabeen, S. (1)
Tatlisumak, Turgut (1)
Abbasi, Ahtisham Faz ... (1)
Kittner, Steven J. (1)
Rothwell, Peter (1)
Hussien, Abdelazim (1)
Jern, Christina, 196 ... (1)
Agyekum, Ephraim Bon ... (1)
Kamel, Salah (1)
Norrving, Bo (1)
Zhao, Wei (1)
Rasheed, Asif (1)
Frossard, Philippe (1)
Saleheen, Danish (1)
Sandin, Fredrik, 197 ... (1)
Rolfs, Arndt (1)
Lindgren, Arne (1)
Mahmood, Khalid (1)
Sharma, Pankaj (1)
Gieger, Christian (1)
Peters, Annette (1)
Strauch, Konstantin (1)
Waldenberger, Melani ... (1)
Cole, John W. (1)
Rauf, A. (1)
Lathrop, Mark (1)
Pezzini, Alessandro (1)
Slowik, Agnieszka (1)
Worrall, Bradford (1)
Fornage, Myriam (1)
Sjogren, Rickard (1)
Mitchell, Braxton D. (1)
Meisinger, Christa (1)
Sudlow, Cathie (1)
Longstreth, W.T. (1)
Leys, Didier (1)
Bevan, Steve (1)
Traylor, Matthew (1)
Malik, Rainer (1)
Cheng, Yu-Ching (1)
Holliday, Elizabeth (1)
Walters, Matthew (1)
visa färre...
Lärosäte
Umeå universitet (13)
Göteborgs universitet (1)
Luleå tekniska universitet (1)
Linköpings universitet (1)
Lunds universitet (1)
Språk
Engelska (16)
Forskningsämne (UKÄ/SCB)
Naturvetenskap (11)
Teknik (4)
Medicin och hälsovetenskap (3)

År

Kungliga biblioteket hanterar dina personuppgifter i enlighet med EU:s dataskyddsförordning (2018), GDPR. Läs mer om hur det funkar här.
Så här hanterar KB dina uppgifter vid användning av denna tjänst.

 
pil uppåt Stäng

Kopiera och spara länken för att återkomma till aktuell vy