Hello :)
I'm a computer information system's student working on a thesis that tackles gene functionality tracking through evolution in some plant species, and I have done two separate experiments so far using two well known bioinformatics applications.
BLAST and Clustal Omega were used to measure the similarity percentage between genes across species to be further investigated for changing functionality.
Unfortunately, my supervisor wasn't really satisfied by the results despite of the hard work I've made in those experiments :\
Today, he asked me to compare the results I have i.e. (compare BLAST results vs. Clustal Omega results) from a computer science perspective using some algorithms! :\
Honestly speaking, he didn't clarify much what he wants me to do, neither do I know how exactly to do this!
I'm terribly confused and don't know what to do !! :S
Is it even possible to compare Local Alignment Results against Global Multiple Alignment ones?
If so, how can this be done using Computer Science Algorithms?
I'm open to discuss the possibilities of this vague situation.
Any idea what does "computer science perspective" means here?
What do you mean exactly when you wrote that you used BLAST and Clustal Omega to measure the similarity percentage between genes across species? You had a set of ortholog genes from multiple genomes and did ortholog-vs-ortholog between all pairs? If you did that by hand, it was probably a lot of work. But if you're a CS student, then surely you automated everything and did very little by hand, so where's all the hard work? If you describe your results files in more detail, maybe people here can suggest something..
@5heikki... Yes , I measured the similarity between a set of orthologous genes from different species .
Although I didn't do it by hand , but it was a lot of work to do as am a programmer NOT a bioinformatician since I had to grasp the field's basic concepts first and read more articles for nearly a year and a half before starting the actual work !!
Why it's a hard work? because the main purpose of my thesis requires a very long pipeline procedure of file's preprocessing, actual processing, filtering, comparing, analyzing and combining.
Basically it was in the following order :
--percent-id
)Isn't that a hard work enough for an absolute novice in bioinformatics, NOT to mention the BLAST experiment in details?!
Anyways , thank you for your comment :)
It would be highly appreciated if you could answer my question after providing the full details of my thesis.