R Final project package: Introducing muMotif
Welcome! Greetings and welcome to the write up of muMotif package. Github link to muMotif: https://github.com/Ant-nguyen/RmuMotif This was a final project for our R programming course, the goal of this package is to provide some tools that can help one look up motifs in DNA sequences. Motifs can be thought as patterns or hidden messages that standout in DNA. Motifs can be useful for narrowing down on regions of interest in large DNA sequences. Much of the logic and principles of motif search were inspired by: https://www.bioinformaticsalgorithms.org/ Throughout this blog I hope to explain the concepts and though processes behind the package, if you find some of these concepts interesting or if my explanation is lacking I highly recommend the link above. Let us begin! Quick Tour: MuMotif is a package of functions that help allow one to find motifs in strings of DNA. The package is also set up to allow for quick visualization of some of the results. There are two broad s...