Uncategorized – The DeBlasio Lab ../../../ [archived August 2026] Tue, 09 Jan 2024 15:34:27 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.2 Work to be presented at SPIE Defense and Commercial Sensing in April ../../../work-to-be-presented-at-spie-defense-and-commercial-sensing-in-april/ Tue, 09 Jan 2024 15:34:26 +0000 https://deblasiolab.org/?p=203 Continue reading Work to be presented at SPIE Defense and Commercial Sensing in April ]]> Work related to our US Space Force’s UCRO project will be presented during the Algorithms, Technologies, and Applications for Multispectral and Hyperspectral Imaging meeting at SPIE DCS on April 23. The talk, Using neural networks to classify hyperspectral signatures of unresolved resident space objects, will discuss our work on using deep learning methods. The paper includes undergraduate Luis Cedillo and masters student Kevin Acosta as authors in addition to Drs. DeBlasio and Velez-Reyes who are the co-investigators on the project.

]]>
Luis Cedillo presents poster at UCRO 1.0 ../../../luis-cedillo-presents-poster-at-ucro-1-0/ Thu, 10 Aug 2023 14:51:26 +0000 https://deblasiolab.org/?p=191 Continue reading Luis Cedillo presents poster at UCRO 1.0 ]]> Undergraduate student Luis Cedillo will present work related to our project “Innovative Analysis of Spectra-Temporal Signatures using Machine Learning for Ground-Based Remote Sensing of Unresolved Resident Space Objects”, collaborative work with Kevin Acosta and Dr. Miguel Velez-Reyes (Electrical and Computer Engineering) at the University Consortium Research Opportunity meeting in Boulder, CO. This stands as our one year anniversary of the project funded by the US Space Force through the University Consortium Research Opportunity.

]]>
Parametric Sequence Alignment ../../../parametric-sequence-alignment/ Mon, 28 Nov 2022 01:43:44 +0000 https://deblasiolab.org/?p=180 Continue reading Parametric Sequence Alignment ]]> This lecture describes parametric sequence alignment as presented in Section 13.1 of Dan Gusfield’s book Algorithms on Strings, Trees, and Sequences.

Given two sequences, can you determine how many choices of values of the standard sequence alignment objective function’s parameters give distinct optimal alignments. In other words, how many alignments are optimal for some setting of the objective function’s parameters. This lecture discusses how to approach and answer this question.

]]>
Building an Automated Scientist: ../../../automatedscientistnov2022/ Wed, 16 Nov 2022 03:44:46 +0000 https://deblasiolab.org/?p=166 Using Machine Learning to Configure Algorithms

In this talk I give an overview of the current background of the projects being performed in our lab as well as some fundamental background on pairwise sequence alignment, one of the underpinnings of much of the work we’re doing.

]]>
Demetrius to present poster at RECOMB 2022 ../../../demetrius-to-present-poster-at-recomb-2022/ Thu, 03 Mar 2022 23:06:14 +0000 https://deblasiolab.org/?p=113 Demetrius will present a poster titled “Efficient Minimizer Schemes using Deep Networks” at the 26th Annual International Conference on Research in Computational Molecular Biology (RECOMB) in San Diego, CA in May.

]]>
Spring 2022 Course ../../../spring-2022-course/ Tue, 26 Oct 2021 16:43:39 +0000 https://deblasiolab.org/?p=104 Continue reading Spring 2022 Course ]]> I will be teaching a special topics in data science course this spring. The information can be found below or at http://specialtopics.deblasiolab.org/s22/. The course numbers are CS 4364 for undergrads and CS 5364 for graduates (the CRNs can be found on the CS department course schedule).

Special Topics in Data Science:
Algorithms in Computational Biology

We will through the duration of the semester examine common algorithmic solutions to domain specific data science problems, and how to distill computational problems from questions asked in other domains (i.e. computational biology). While the specific applications we will use as examples are in biology, the approaches discussed are applicable to many interdisciplinary fields. That said, this course is self contained and no previous knowledge of biology is needed. The solution techniques include dynamic programming, computational optimization/integer linear programming, and machine learning to name a few.

Some of the specific biological problems to be discussed are:

  • pairwise/multiple sequence alignment which has applications not only in biology but in aligning time-series data.
  • hashing and sketching which has its roots in web page similarity measurement and plagiarism detection but is now used for genome assembly.
  • genome assembly which uses techniques developed for other purposes such as database searching.
  • sequence database searching using tools like BLAST which have applications to non-biological databases.
  • phylogenomics, that is the study of finding ancestry from sequences, which can be used in exploring unknown history of things like viruses (both biological and digital).

While these are some of the topics we will discuss they are in no way exhaustive of the field; as with previous versions of the course I am open to suggestions of topics of interest to the students enrolled. The only prerequisite is CS 3 (CS 2302), only the minimum amount of biology will be included to understand the underlying question and the extraction of the computational problem, but it will be self contained and none is expected ahead of time.

]]>
Spring 2021 Course ../../../spring-2021-course/ ../../../spring-2021-course/#respond Wed, 14 Oct 2020 22:30:34 +0000 https://deblasiolab.org/?p=69 Continue reading Spring 2021 Course ]]> I will be teaching a special topics in data science course this spring. The information can be found below or at http://specialtopics.deblasiolab.org/s21/. The course numbers are CS 4364 for undergrads and CS 5364 for graduates (the CRNs can be found on the CS department course schedule).

Special Topics in Data Science:
Algorithms for Computational Biology

This course will cover the algorithms that make modern computational biology and bioinformatics possible. The plan is to cover both foundational algorithms such as sequence alignment, as well as their modern applications in solving problems such a genome assembly. The focus of this course is on how computer scientists apply their knowledge to frame a computational problem inspired by a specific real-world problem and to solve such computational problems. In addition to standard algorithm development, the course will cover the influence of convex optimization (mainly integer linear programming) and machine learning on computational biology. The course assumes no previous knowledge in biology or genetics. The course will build on and enhance students’ basic understanding of the principle of algorithm design and analysis by applying such principles in the context of bioinformatics.

The topics discussed are likely to include:

  • Pairwise Sequence Alignment
  • Multiple Sequence Alignment
  • Genome Assembly
  • Metagenomic & Alignment-free Genomic Analaysis
  • Phylogenetic Reconstruction
  • Integer Linear Programming Applications
  • Machine Learning Applications

CS 2302 is a pre-requisite, please contact the instructor with any questions.

]]>
../../../spring-2021-course/feed/ 0
Research Focus ../../../17/ Tue, 30 Jul 2019 18:15:18 +0000 https://deblasiolab.org/wp/?p=17 Continue reading Research Focus ]]> Dr. DeBlasio has recently moved to Carnegie Mellon University‘s Computational Biology Department as an Assistant Teaching Professor. As a result, his lab is currently in transition and not highly active. For details about Dr. DeBlasio’s previous work see his personal website: dandeblasio.com.

Our group studies how to improve science by automating and optimizing the tools used by domain scientists. We do this primarily by making input specific parameter value choices which help to reduce false information introduced by using less than ideal (or default) parameter choice. Using a framework called Parameter Advising we are able to, without an increase in wall clock time in most cases, find parameter vectors that are much better then the defaults. This framework has been applied to both protein multiple sequence alignment and reference-based transcript assembly, but is very general and can be applied to domains both within and outside of computational biology.

Beyond the algorithm configuration problem, Dr. DeBlasio also has interests in hashing and sketching, primarily focused on minimizer schemes (also called winnowing schemes). Minimizer schemes are a method to represent long strings by some representative k-mer (k length substring) in order to improve the resource consumption of sequence analysis applications (such as genomic read mapping, or document similarity).

]]>
Looking for new students ../../../looking-for-new-students/ Tue, 30 Jul 2019 17:52:55 +0000 https://deblasiolab.org/wp/?p=25

The DeBlasio Lab is currently in search of PhD students interested in working on topics related to algorithm configuration or high-throughput genomics. If you’re interested contact Dr. DeBlasio at dfdeblasio@utep.edu!

]]>