|
Hi TL,
I need some advice from some Chem and Comp sci nerds. Basically it's two nights before my Biochem final (biochem under the school of biological sciences, which means its more memorizing than mechanisms) and I realize I don't want to do Biology for the rest of my life.
I'm not premed and I could give a shit less about the ecosystem. I'm in a developmental biology lab for units at the moment, and parts are interesting, but I'm not sure if I could be in a bio lab forever. I do love research and lab life, as insane as it sounds, but I miss numbers and logic that I've been deprived of as bio major.
I'm considering switching into Chemistry and Computer Science, since I do pretty well in Chem, and if I get owned in a Chem class I'm less frustrated because it is somewhat enjoyable. I just hate some labs but I know they're inevitable.
Computer Science is something I always wanted to try, but the most I've done is some Project Euler problems over summer with Python. I also considered a math minor as well since I miss it so much.
Anyway, what I'm here to ask is does anyone here know what I'm getting myself into? I'm a second year and its not that late to make the switch, but since I'm Asian and my grades and academic work = my worth as a human being, I'm reluctant to doing something as drastic as what I'm considering at the moment, especially since I'm just super stressing over finals...but I really am starting to hate this memorizing business.
Anyway, any input would be helpful. I'm also just letting off some insanity and procrastinating studying some more =(. I will be taking Summer School since I want to be done in 4 years.
|
Comp sci can be alot of work and stress if you want to do well, but if you enjoy it that shouldn't be a problem. As everyone says do what you like, so don't worry about switching majors if you're not enjoying what you're doing.
Hm, maybe uh look at all of the courses you'd have to be taking and see if that kind of stuff interests you before jumping into a major besides just saying you like numbers?
I assure you almost no matter what you take there will be courses/labs you hate and just have to do anyways, so that shouldn't put you off of anything.
|
you cant go wrong with any of those, really. they all come with a good amount of prestige (bio and chem for the medical status) and jo
oh man just experienced another socal earthquake
anyway, youll have lots of job opportunities with any of those. just choose one that you like
|
I've been exposed to a lot of Chemistry as part of the course requirements for bio, and I'm tutoring for the general chemistry course as well. I just find that there is a logic and structure behind Chemistry which you can apply to solve problems.
That's what I mean when I say "I like numbers," I just miss the problem aspect on exams and how they can apply to real life. Instead I have "This enzyme specifically does _______ use exact wording or you're screwed".
EDIT: Also I heard the job opportunities for Bio are limited. My cousin who graduated from UCSD keeps telling me to switch out because there are no jobs =(
|
It's a really different skill set. If you aren't used to and/or love coding, I think comp sci can be a mistake. You're more likely to have overlap between bio/chem than bio/comp sci as well
|
CA10824 Posts
i would not recommend getting into compsci if it's just a passing interest and you don't really know that much about it (ie you think it's just "kinda cool/interesting"). all my friends in those classes have had a really tough time in them and the projects are super stressful.
chem and bio are very related and if you like science but not bio, then go for chem.
edit: btw, i'm a senior majoring in bio and i'll just let you know that if you hate memorization, bio is not for you. yeah, some of the classes like physiology are less memorization and more understanding, but the majority of the stuff is memorizing different signaling pathways, metabolic pathways, etc.
|
On March 16 2010 20:48 LosingID8 wrote: i would not recommend getting into compsci if it's just a passing interest and you don't really know that much about it (ie you think it's just "kinda cool/interesting"). all my friends in those classes have had a really tough time in them and the projects are super stressful.
chem and bio are very related and if you like science but not bio, then go for chem.
edit: btw, i'm a senior majoring in bio and i'll just let you know that if you hate memorization, bio is not for you. yeah, some of the classes like physiology are less memorization and more understanding, but the majority of the stuff is memorizing different signaling pathways, metabolic pathways, etc.
I'm aware that I shouldn't enter comp sci if I have the attitude of "lol i like computers and i want to make games and see how this turns out" but its also an itch that I have to scratch. I'll be sure to enter it with a very open mind and to approach problems with a new way of thinking.
Also, anyone have advice on a math minor/major? It's an alternative to comp sci for me, but if time/ambition allows me I'd add it as another minor.
The issue for me now is just making the leap. Being consistently studious all my life, it feels odd to choose things that I want to do...if that makes any sense?
Also thanks for everyones contributions so far ^^
|
I loved biochem :|. Its a lot of memorizing but you learn a lot of very useful basic biology. But I understand what you mean, I originally went into college with the intention of a MCB degree but came out with a computational bio degree and it might be worth looking into if your school has a computational biology / bioinformatics program. Its a relatively new field but its growing very quickly and nearly every genomics lab will need someone to sift through all their data at some point. By nature biology is a pretty broad field so computational biology is broad as well, gene finding, sequence alignment, genome finishing/assembly, protein folding, population modeling, etc., etc. You will need to learn a lot of statistics to do well in this field (Bayesian statistics and hidden markov models are used a lot) but the results you can get with it are really cool. As for work, I managed to get a job out of undergrad in a sequencing center relatively quickly. If you know how to pipette and know how to code you will be in high demand.
|
On March 16 2010 21:21 ZeaL. wrote: I loved biochem :|. Its a lot of memorizing but you learn a lot of very useful basic biology. But I understand what you mean, I originally went into college with the intention of a MCB degree but came out with a computational bio degree and it might be worth looking into if your school has a computational biology / bioinformatics program. Its a relatively new field but its growing very quickly and nearly every genomics lab will need someone to sift through all their data at some point. By nature biology is a pretty broad field so computational biology is broad as well, gene finding, sequence alignment, genome finishing/assembly, protein folding, population modeling, etc., etc. You will need to learn a lot of statistics to do well in this field (Bayesian statistics and hidden markov models are used a lot) but the results you can get with it are really cool. As for work, I managed to get a job out of undergrad in a sequencing center relatively quickly. If you know how to pipette and know how to code you will be in high demand.
Ooo thats reassuring. I was also considering bioinformatics, as my original plan was bio + comp sci...but a new major opened up in the comp sci school here called BioMed computing as well o_O. The only bioinformatics program I know of would be that BioMed program or the graduate program, but thats fairly new.
That's pretty awesome that your school actually offers a computational bio degree. I wish I had the option to explore that right without forging my own curriculum.
Also I thought I would enjoy biochem a lot more. It's interesting since I can apply the organic chemistry knowledge I have to what I'm learning in biochem, but I have to spend more time memorizing than uncovering mechanisms since thats just how we will be tested =|
|
If you like math and you're good at it, then chances are you'll do pretty well in Computer Science. Computer Science is really just a subset of mathematics; everything basically stems from the idea that you can use a transistor to represent true/false. From there you can use binary arithmetic to design logic gates and circuits. Make it complex enough and you have a simple processor.
If you're interested in chemistry and how a computer fundamentally works from a physical perspective, it might be a good idea to do Computer Engineering. Computer Engineering combines algorithms and computational science with electrical engineering.
I wouldn't recommend bioinformatics simply because I find biology to be boring. I'm an engineer at heart, and I can't stand rote memorization, which is practicum in biology. The irony is that I work in neuroscience lab where I'm exposed to biological concepts all the time, but I mainly deal with the data acquisition and analysis part of the experiments.
It's fairly normal for people to change their majors in college. I wouldn't worry too much about when you graduate; if you're doing what you enjoy, spending extra time in school is worth it. I'd recommend you take some entry level programming classes before you make a firm decision on whether you want to study Computer Science or not; either you thrive or you really struggle because you don't enjoy it.
You'll also have to think about career opportunities in the future. I'm fine with working in a cubicle 40-50 hours a week in front of a computer screen writing code. I'm really passionate about creating great software that other people can use, and it's not tiring to me. But for many people this isn't the case.
I don't think it's actually possible to get a chemistry degree and a computer science degree within four years because the class-load is too heavy. Maybe it's possible for some person out there, but for me, it'd be impossible. I like spending a lot of time on personal projects, or just playing with new programming languages for fun; I wouldn't be able to do that if I took 5 or 6 classes every quarter.
Additionally, employers aren't really going to care that you have a chemistry degree if you're looking for a software engineering job. It might look impressive that you double majored, but a chemistry degree doesn't tell me how your skills will translate to a programming job. The caveat of course is if you're looking to get a Ph.D in chemistry, and want the background in computer science to help your research in the future. If that's the case, by all means go for it.
|
On March 16 2010 20:48 LosingID8 wrote: i would not recommend getting into compsci if it's just a passing interest and you don't really know that much about it (ie you think it's just "kinda cool/interesting"). all my friends in those classes have had a really tough time in them and the projects are super stressful.
chem and bio are very related and if you like science but not bio, then go for chem.
edit: btw, i'm a senior majoring in bio and i'll just let you know that if you hate memorization, bio is not for you. yeah, some of the classes like physiology are less memorization and more understanding, but the majority of the stuff is memorizing different signaling pathways, metabolic pathways, etc.
It's kind of funny. Our entry-level data structures course at my school has a third of its students drop out during the quarter. A lot of them actually change their majors because of this course. I know this because I dropped the class my first time, and later tutored for it.
When I interviewed for jobs, I realized that while the class was pretty hard, all the ideas and concepts were essential. I didn't learn anything in that class that wouldn't be useful to me in the future. It's kind of a trial by fire; I told myself that since I got through my data-structures class, I could tackle anything else the school threw at me. I'm planning on getting my masters in CS now.
I've always had a really easy time studying biology. But I just don't find it challenging. I've got a pretty good memory; usually what takes my friends multiple times to read and understand, I can retain in my first glance. I'm fairly interested in the subject, and read books on biology in my spare time, but I wouldn't want to research biology for the rest of my life. There's definitely a huge difference between "passing interest" and "passion".
I wouldn't have made it through my data structures class if wasn't really passionate about computer science. I would have changed my major, and that would have been the right decision.
|
On March 16 2010 19:58 shindigs wrote: Hi TL,
I'm not premed and I could give a shit less about the ecosystem. I'm in a developmental biology lab for units at the moment, and parts are interesting, but I'm not sure if I could be in a bio lab forever. I do love research and lab life, as insane as it sounds, but I miss numbers and logic that I've been deprived of as bio major.
I'm considering switching into Chemistry and Computer Science, since I do pretty well in Chem, and if I get owned in a Chem class I'm less frustrated because it is somewhat enjoyable. I just hate some labs but I know they're inevitable.
This is exactly why I'm in Comp Eng
On March 16 2010 19:58 shindigs wrote: Anyway, what I'm here to ask is does anyone here know what I'm getting myself into? I'm a second year and its not that late to make the switch, but since I'm Asian and my grades and academic work = my worth as a human being, I'm reluctant to doing something as drastic as what I'm considering at the moment, especially since I'm just super stressing over finals...but I really am starting to hate this memorizing business.
Anyway, any input would be helpful. I'm also just letting off some insanity and procrastinating studying some more =(. I will be taking Summer School since I want to be done in 4 years. I don't know what advice to give you. perhaps it would be possible to pursue a more computer related/ mathy (but also bio) career after college. But that means you have to suffer through two more years of bio and you may not learn as much useful stuff as your competition.
One thing I do not recommend is computer engineering. Engineers are diehard. Compsci may be fine.
|
I'm actually in the second year of my Bioinformatics undergrad program, and I lean towards enjoying my CS courses more than my Bio courses. Undergrad biology is quite mundane, with very few interesting challenges compared to math or cs. Maybe it gets better in later years...
|
Why not go into Chemical Engineering? This major is so broad that you can basically do what ever you want. There are plenty of coding research/projects, many chemistry experimental type researches. Also, what school do you go to?
|
Stay away from compsci at all costs. All... costs....
|
I was in biology until I took biochem
Now I am a mathematician
EDIT: in my opinion there is nothing to learn in compsci courses. The undergrad in compsci is easy! However, research in compsci is very dynamic and is typically interdisciplinary.
|
I think its worth noting that bioinformatics/comp bio people come in 2 main flavors, cs people who work on bio problems or bio research people that happen to use cs to help get shit done. For the former you really only need a general knowledge of biology and have an excellent grasp of programming while the latter requires that you understand your system of interest and have enough cs skills to use the packages the former made. Where you end up depends on your level of interest in those fields. It seems you still have time to see what you like so you should explore both and figure out what appeals to you. I myself wouldn't really like programming/reading papers all day so I'm more of a biology person so thats where I'm going but I'm sure plenty of people prefer it the other way around.
|
Chemistry will have memorising too. I don't know if it's as bad as biochemistry, but it sure exists and it was bad. In fact I'd say almost every course you can take will involve a significant amount of memorising. That alone isn't a good reason to switch in my opinion. However, being completely uninterested in what you're doing is a good reason to switch. Also, if you don't like laboratory work then you definitely shouldn't do chemistry. Chemistry isn't about figuring out problems with pen and paper. It's about figuring out the world through experiments. Almost everything you ever learn in chemistry will have some experimental background attached to it. I suspect that you'll be made to go throw a whole series of "classical experiments" that lead to the advent of modern chemistry.
|
I did chemistry and life sciences, and now I'm doing computer science integrating commerce/economics. I love computer science!
A lot of the people I know HATE biochem or some have even dropped out of the program on their 4th year of studies. It might be due to the fact that you have an exam in 2 days, and the stress and everything is kicking in. Maybe you thought about dropping out of biochem for some time. Either case, I think exploring other disciplines is an excellent idea to broaden yourself as an individual. Bioinformatics is good too, but I would suggest chemical engineering if that's an option. It seems like you like life science stuff too, but also like computing. so my suggestion would be 1.chemical engineering 2.combined major of comp sci + microbiology? (or anything)
|
Do what you think you can live with for the rest of your life, or better yet, look at the average salaries of what each type of degree will get you and then try and decide if what you are doing is worth what you'll be making. I did that with my career and although sometimes my job sucks I really enjoy those huge paychecks that ensure I'll retire early.
Just another perspective.
|
|
|
|