How To Find Consensus Sequence, Using Brute Force Algorithms?
How can we use brute force algorithm and string searching to find consensus sequence in a pattern? Someone please help.
deleted-post
• 629 views
•
link
updated
by
Giovanni M Dall'Olio
•
written
by
abhishalovers •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Overlap between Genome and Pattern
written by kristenammons2 •Hello everyone, I am trying to implement this method but failed to have the output answer. Can someone help me take a look what I …
-
K-mer sequencing vs sequence-alignment
written by GoldenRetriever •I am a completely rookie on Bioinformatics, so please bear with me and use simple language (I am a computer scientist) :-) How can we …
-
WGCNA - Intramodular Connectivity
written by Silvia Gonzalez •Hi, In the following command what is and why we put: `use="p"`. I have been searching it but I haven't found out anything. ADJ1=abs(cor(DatExprs,use="p"))^6 If …
-
String matching algorithms of biological sequences
written by markic •Hi, I would like test accuracy, speed of some basics string matching algorithm on biological sequence. Where can i find a good library (python, c, …
-
DNA sequence with known CpG island zones
written by alirhag •Hello All, I am doing a research project on the Viterbi and Baum-Welsh algorithms used to identify CpG Islands in a DNA Sequence. I am …
-
Forum: Questions about the mechanism behind breakdancer-max
written by Darren Lin •Hi all, I use breakdancer-max to run chr20 of sample NA12878. After I read the paper, I was confused about one sentence, which said "The …
-
PWM matching alogrithm
written by zhenyisong<p>I want to optimize the PWM algorithm. My original approach is brute force strategy which each position PWM score is calculated and compared with the …
-
How To Find A Pattern For Consensus Sequences Using Java?
written by abhishalovers •How to find a pattern for consensus sequences using java?
-
Greedy/Progressive Multiple Alignment
written by Erik •<p>I've started learning some algorithms for solving the multiple alignment problem, but there are still things not clear for me in the greedy and progressive …
-
Perl Print Nextline From Within While Loop?
written by User 3739 •<p>I am trying to query a large FASTA file in which I start with a list of genes, search for the gene in the FASTA, …
The connection to bioinformatics is not evident to me and the terms used seem unconnected, or it is some sort of exam question. What is your application?
It is about ways to find pattern for consensus sequences.
And what about brute force? It simply makes no sense...