5 ms·
I'm actually a bioinformatics major, bioinformatician by profession. We do work with computer scientists a lot, but one thing we find very frustrating is that 9
by acesamped 18y ago
I'm actually a bioinformatics major, bioinformatician by profession. We do work with computer scientists a lot, but one thing we find very frustrating is that 99% of them don't know biology, biochemistry, chemistry, or organic chemistry to the necessary degree. They also don't know how to read lab tests we run or how to interpret them.
Personally, I think that computer programming is something that anybody can do. The advantage computer scientists have is a deep understanding of the inner workings of computers and computer language structure-- which is how computer scientists are able to optimize so well.
Since I'm currently working in the field of bioinformatics, I'll tell you this...KNOW YOUR SCIENCE!! You don't know how many times a computer scientist will optimize the hell out of an algorithm and make it look great and run like butter, but only to have it be junked in the end because is doesn't make any scientific sense.
As for the computer languages we use, we use perl a lot... too much even. perl has become our staple language because it takes less than a minute to write good script if you know what you're doing. python is popular too, but I'd say the majority of people use perl.
Another important language most bioinformaticians use is C/C++. Why? Wouldn't you want to use a faster language (C) to crunch 100 gigabits of genetic data instead of a slower one (perl).
And note, bioinformatics and computational biology are two different fields. This is a very common misconception. Do a little bit of research and you will discover this.
protein folding is one of the more prominent areas of biology being researched right now. Good luck with the learning and feel free to contact me.