Your browser doesn't support javascript.
loading
Mostrar: 20 | 50 | 100
Resultados 1 - 4 de 4
Filtrar
1.
Bioinformatics ; 39(12)2023 12 01.
Artigo em Inglês | MEDLINE | ID: mdl-37975878

RESUMO

MOTIVATION: Advances in genomics and sequencing technologies demand faster and more scalable analysis methods that can process longer sequences with higher accuracy. However, classical pairwise alignment methods, based on dynamic programming (DP), impose impractical computational requirements to align long and noisy sequences like those produced by PacBio and Nanopore technologies. The recently proposed wavefront alignment (WFA) algorithm paves the way for more efficient alignment tools, improving time and memory complexity over previous methods. However, high-performance computing (HPC) platforms require efficient parallel algorithms and tools to exploit the computing resources available on modern accelerator-based architectures. RESULTS: This paper presents WFA-GPU, a GPU (graphics processing unit)-accelerated tool to compute exact gap-affine alignments based on the WFA algorithm. We present the algorithmic adaptations and performance optimizations that allow exploiting the massively parallel capabilities of modern GPU devices to accelerate the alignment computations. In particular, we propose a CPU-GPU co-design capable of performing inter-sequence and intra-sequence parallel sequence alignment, combining a succinct WFA-data representation with an efficient GPU implementation. As a result, we demonstrate that our implementation outperforms the original multi-threaded WFA implementation by up to 4.3× and up to 18.2× when using heuristic methods on long and noisy sequences. Compared to other state-of-the-art tools and libraries, the WFA-GPU is up to 29× faster than other GPU implementations and up to four orders of magnitude faster than other CPU implementations. Furthermore, WFA-GPU is the only GPU solution capable of correctly aligning long reads using a commodity GPU. AVAILABILITY AND IMPLEMENTATION: WFA-GPU code and documentation are publicly available at https://github.com/quim0/WFA-GPU.


Assuntos
Algoritmos , Software , Análise de Sequência , Metodologias Computacionais , Genômica
2.
Bioinformatics ; 37(4): 456-463, 2021 05 01.
Artigo em Inglês | MEDLINE | ID: mdl-32915952

RESUMO

MOTIVATION: Pairwise alignment of sequences is a fundamental method in modern molecular biology, implemented within multiple bioinformatics tools and libraries. Current advances in sequencing technologies press for the development of faster pairwise alignment algorithms that can scale with increasing read lengths and production yields. RESULTS: In this article, we present the wavefront alignment algorithm (WFA), an exact gap-affine algorithm that takes advantage of homologous regions between the sequences to accelerate the alignment process. As opposed to traditional dynamic programming algorithms that run in quadratic time, the WFA runs in time O(ns), proportional to the read length n and the alignment score s, using O(s2) memory. Furthermore, our algorithm exhibits simple data dependencies that can be easily vectorized, even by the automatic features of modern compilers, for different architectures, without the need to adapt the code. We evaluate the performance of our algorithm, together with other state-of-the-art implementations. As a result, we demonstrate that the WFA runs 20-300× faster than other methods aligning short Illumina-like sequences, and 10-100× faster using long noisy reads like those produced by Oxford Nanopore Technologies. AVAILABILITY AND IMPLEMENTATION: The WFA algorithm is implemented within the wavefront-aligner library, and it is publicly available at https://github.com/smarco/WFA.


Assuntos
Algoritmos , Software , Biologia Computacional , Sequenciamento de Nucleotídeos em Larga Escala , Análise de Sequência de DNA
3.
Artigo em Inglês | MEDLINE | ID: mdl-26451818

RESUMO

The recent advent of high-throughput sequencing machines producing big amounts of short reads has boosted the interest in efficient string searching techniques. As of today, many mainstream sequence alignment software tools rely on a special data structure, called the FM-index, which allows for fast exact searches in large genomic references. However, such searches translate into a pseudo-random memory access pattern, thus making memory access the limiting factor of all computation-efficient implementations, both on CPUs and GPUs. Here, we show that several strategies can be put in place to remove the memory bottleneck on the GPU: more compact indexes can be implemented by having more threads work cooperatively on larger memory blocks, and a k-step FM-index can be used to further reduce the number of memory accesses. The combination of those and other optimisations yields an implementation that is able to process about two Gbases of queries per second on our test platform, being about 8 × faster than a comparable multi-core CPU version, and about 3 × to 5 × faster than the FM-index implementation on the GPU provided by the recently announced Nvidia NVBIO bioinformatics library.


Assuntos
Algoritmos , Gráficos por Computador/instrumentação , Dispositivos de Armazenamento em Computador , Sequenciamento de Nucleotídeos em Larga Escala/instrumentação , Armazenamento e Recuperação da Informação/métodos , Processamento de Sinais Assistido por Computador/instrumentação , Desenho de Equipamento , Análise de Falha de Equipamento
4.
Perspect. psicol. (Mar del Plata) ; 3(1): 105-109, nov. 2006.
Artigo em Espanhol | LILACS | ID: lil-448595

RESUMO

El presente trabajo examina la literatura empírica existente sobre el estudio de las estrategias de afrontamiento en pacientes con trastorno de pánico. La metodología consistió en la revisión de la literatura en la base de datos Medline y Psycinfo, en el período de 11990 hasta el año 2005. Luegose realiza una descripción de las distintas líneas de investigación sobre el tema y, finalmente, se presentan las conclusiones, haciendo énfasis en la aplicación de los resultados de los distintos estudios en el ámbito clínico


Assuntos
Transtorno de Pânico , Psicopatologia
SELEÇÃO DE REFERÊNCIAS
DETALHE DA PESQUISA