Understanding K-mers in Bioinformatics

what the apl is a k mer stefan kruger n.w
1 / 9
Embed
Share

Explore the world of bioinformatics, DNA sequences, and computational analysis through the lens of K-mers. Learn about the significance of K-mers in deciphering genetic data and their relevance in the field of APL programming. Discover resources like Project Rosalind for bioinformatics problems and sharpen your skills in writing efficient APL code for analysis.

  • Bioinformatics
  • DNA Sequences
  • Computational Analysis
  • APL Programming

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. What the APL is a k-mer? Stefan Kruger

  2. I write stuff on array languages xpqz.github.io/learnapl xpqz.github.io/cultivations xpqz.github.io/kbook k

  3. ?????

  4. Bioinformatics? Computational and statistical analysis to decipher biology from genome sequences and related data, including both DNA and RNA sequence as well as other "post-genomic" data Wikipedia

  5. Bioinformatics? A DNA-string is just a vector... A field ideally suited to learning APL! ...even if you don't know your k-mers from your spliced motifs

  6. Project Rosalind Bioinformatics problem collection: rosalind.info Automated results check; language independent No walk-over, but solution ratios indicate difficulty Also: strict 5 min time limit, including data download and result upload

  7. Writing good APL Clarity > efficiency, where opposed Actual performance can depend on Dyalog version and actual processor features

  8. Skipping this!! https://problems.tryapl.org/psets/2017.html?goto=P6_k_mers

More Related Content