Protein-protein interaction network alignment using GPU
- Global styles
- Apa
- Bibtex
- Chicago Fullnote
- Help
Abstract
Protein protein etkileşim ağı hizalama problemi biyo-informatikte pek çok önemli çözüme öncülük eden kaçınılmaz problemlerden biridir. Bu sonuçlar biyo-informatikle alakalı, evrimsel ilişkiler, kanser gibi gen ile alakalı hastalıklar ve muhtemelen terapilerin bulunması gibi pek çok konuyla ilişkilidirler. Buna ragmen, programlama için çok yüksek miktarda veri ortaya çıkaran hızlı dizilimler ve diğer teknolojiler (proteinler çok büyük olduklarından ve pek çok düğüm ve linke sahip olduklarından) bu alanda sınırlı kalmaktadırlar. Bu performans, ölçeklenebilirlik ve zaman tüketimini ilgilendirir. Alignment yöntemleri ve hesaplamalarının CPU versiyonları mevcuttur. Ama proteinlerin büyüklükleri nedeniyle çok zaman alıcıdırlar. Bu sebepten, bu tezde, hızlı ve etkili işlem yapan bir GPU versiyonunu sundum. Bu tez [1] tarafından geliştirilmiş SPINAL isimli PPI-Ağları çiftleri arasındaki benzerliği bulan bir polynomial time heuristic algoritmasının daha etkili hale getirilmesine dayalıdır. Bu tezde seri olarak yazılmış SPINAL, Heterogeneous Programming Library (HPL) kullanılarak paralel bir algoritmaya dönüştürülmüştür. HPL ile yoğun paralel işlem yapabilen 1.15 Ghz'de çalışan 6 GB DRAM içeren tek bir GPU'da 448 süreç işlemcisinden faydalanılmıştır. Ölçümlerden anlaşıldığı üzere algoritmadaki düzenlemeler ve geliştirmeler ciddi hızlanmaya sebep olmuştur. The alignment of Protein-Protein Interaction Networks is becoming an imperative phenomenon in Bio-Informatics that leads to several vital results. These results can be used in numerous fields associated with Bio-Informatics including the prediction/variation of evolutionary relationships, finding cures for gene inflicted diseases (like cancer) and identifying probable therapies. However, with the introduction of fast sequencing and other technologies that spawn large amounts of data for computing (since the proteins are very large in size and have many nodes and edges), limiting dynamics arise. These include performance, scalability and time consumption. Recently, CPU versions of the alignment procedures and computations have been introduced. However, because of the large size of the proteins, they are very time-consuming. Therefore, in this thesis, I propose a GPU version for performing the computations quickly and efficiently. This thesis is based on improving the efficiency of SPINAL, a polynomial time heuristic algorithm introduced by [1] that finds the similarities between pairs of PPI-Networks. In this thesis, the sequential algorithm of SPINAL is converted into a parallel algorithm using Heterogeneous Programming Library (HPL) that performs the computations in a massively parallel fashion on a single GPU with 448 thread processors, a clock rate of 1.15 Giga Hertz and 6 Giga Bytes of DRAM. The modifications/enhancements to the algorithm result in a significant speedup as compared to the benchmark algorithms.
Collections