由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Biology版 - 请推荐Bioinformatics入门读物
相关主题
谁来谈谈现在bioinformatics的情况啊有Nextgen甚至3rdgen introduction或overview的入门书推荐吗?
诚心请教:学习bioinformatics如何入手?求推荐基础生物信息学书籍
求bioinformatics review机会求南加州生物信息工作机会
bioinformatics postdoc poition($35,000 - $40,000)要开始申请绿卡了
Job Openings at San Diego (转载)请大家推荐点生物的科普读物
湾区分子诊断公司寻人-Bioinformatics Scientist, NGS生物信息学前途
Illumina sequencing library insert size关于genomics/bioinformatics/systems biology再发问
征Bioinformatics Analyst (转载)替朋友问一个关于做bioinformatics的问题
相关话题的讨论汇总
话题: python话题: bioinfo话题: 入门话题: fortran
进入Biology版参与讨论
1 (共1页)
S*M
发帖数: 10832
1
理论化学博士,考虑转行ing
想了解一下bioinfo到底是干吗的
不知道这行有没有公认的比较全面的入门书
谢谢
另外,看到很多地方招bioinfo博后,都明确要求相关背景
不知道我这种既不是生物,也不是CS的
有没有可能找到bioinfo的博后
d*******e
发帖数: 1649
2
这个方向既多且杂,而且没什么系统,我也曾经想学过,看过十几本,到目前没见到比
较合适的。我觉得取决于你要搞的方向,然后根据方向看paper。
但是总的说来,几个基本要求是要有的,比如
1 简单编程的能力,perl/python/R至少会用一个
2 基本的生物知识,完全没有也可以,但是会非常痛苦
3 基本的统计基础
4 至少average水平的自学能力

【在 S*M 的大作中提到】
: 理论化学博士,考虑转行ing
: 想了解一下bioinfo到底是干吗的
: 不知道这行有没有公认的比较全面的入门书
: 谢谢
: 另外,看到很多地方招bioinfo博后,都明确要求相关背景
: 不知道我这种既不是生物,也不是CS的
: 有没有可能找到bioinfo的博后

t******s
发帖数: 27
3
I think bioinformatics is a tool for biomedical research. We do need those,
although this field may be too crowded now.
S*M
发帖数: 10832
4
thanks
不成我就找review看看吧
我现在连这个field具体有哪些方向都不知道
也在考虑转sysbio
不过好像bioinfo更好找工作
你说的这四条里
我好像也就只有4,哈哈
平时干活都是编程,不过用的是fortran
唯一生物背景来自俩学期的本科生化
统计一窍不通,有啥比较适合的教科书推荐么?
谢谢

【在 d*******e 的大作中提到】
: 这个方向既多且杂,而且没什么系统,我也曾经想学过,看过十几本,到目前没见到比
: 较合适的。我觉得取决于你要搞的方向,然后根据方向看paper。
: 但是总的说来,几个基本要求是要有的,比如
: 1 简单编程的能力,perl/python/R至少会用一个
: 2 基本的生物知识,完全没有也可以,但是会非常痛苦
: 3 基本的统计基础
: 4 至少average水平的自学能力

e*****t
发帖数: 642
5
fortran is old le ba~~~~
but if you are really good at fortran, C would not be a problem for you.
if you can handle C++, python/perl/R is a piece of cake for you.
it just takes a while to be familiar with their sepecific functions.

【在 S*M 的大作中提到】
: thanks
: 不成我就找review看看吧
: 我现在连这个field具体有哪些方向都不知道
: 也在考虑转sysbio
: 不过好像bioinfo更好找工作
: 你说的这四条里
: 我好像也就只有4,哈哈
: 平时干活都是编程,不过用的是fortran
: 唯一生物背景来自俩学期的本科生化
: 统计一窍不通,有啥比较适合的教科书推荐么?

w*****3
发帖数: 1582
S*M
发帖数: 10832
7
我是做simulation的
平时干的事情,说白了就是把一堆数字放一起做加减乘除,呵呵
所以fortran77就够用了
没碰过C++这么高级的东西

【在 e*****t 的大作中提到】
: fortran is old le ba~~~~
: but if you are really good at fortran, C would not be a problem for you.
: if you can handle C++, python/perl/R is a piece of cake for you.
: it just takes a while to be familiar with their sepecific functions.

S*M
发帖数: 10832
8
very nice
多谢!

【在 w*****3 的大作中提到】
: http://www.bioinformatics.ca/workshops/2010/course-content
: http://www.bioinformatics.ca/workshops
: 有一些入门讲座的video

e*****t
发帖数: 642
9
不过做bioinfo,要不断的学习,像fortran这种古老的语言,现在几乎没什么人用了。
simulation的话,我用R比较多,如果是modeling的话

【在 S*M 的大作中提到】
: 我是做simulation的
: 平时干的事情,说白了就是把一堆数字放一起做加减乘除,呵呵
: 所以fortran77就够用了
: 没碰过C++这么高级的东西

f**********e
发帖数: 1994
10
you were just like me 9 years ago...
1. start with Python. you'll like it
2. read the book "Algorithms on Strings, Trees and Sequences: Computer
Science and Computational Biology"
http://www.amazon.com/Algorithms-Strings-Trees-Sequences-
Computational/dp/0521585198
3. confidence booster: 1-D biological sequences are much easier to handle
than 3-D protein structures or N-dim Hilbert space (quantum). believe in
yourself.

【在 S*M 的大作中提到】
: 我是做simulation的
: 平时干的事情,说白了就是把一堆数字放一起做加减乘除,呵呵
: 所以fortran77就够用了
: 没碰过C++这么高级的东西

S*M
发帖数: 10832
11
多谢!非常有帮助

【在 f**********e 的大作中提到】
: you were just like me 9 years ago...
: 1. start with Python. you'll like it
: 2. read the book "Algorithms on Strings, Trees and Sequences: Computer
: Science and Computational Biology"
: http://www.amazon.com/Algorithms-Strings-Trees-Sequences-
: Computational/dp/0521585198
: 3. confidence booster: 1-D biological sequences are much easier to handle
: than 3-D protein structures or N-dim Hilbert space (quantum). believe in
: yourself.

d*******o
发帖数: 493
12
In short, bioinformatics needs PCR skills:
P: Perl or Python to manipulate and integrate data;
C: SQL to store and query data;
R: R to model and visualize data.
p***a
发帖数: 6202
13
good point!

【在 d*******o 的大作中提到】
: In short, bioinformatics needs PCR skills:
: P: Perl or Python to manipulate and integrate data;
: C: SQL to store and query data;
: R: R to model and visualize data.

f*********e
发帖数: 1144
14
very good points!
I will use the exact phrase in my oral defense, although I only know about R
and still a rookiee

【在 d*******o 的大作中提到】
: In short, bioinformatics needs PCR skills:
: P: Perl or Python to manipulate and integrate data;
: C: SQL to store and query data;
: R: R to model and visualize data.

1 (共1页)
进入Biology版参与讨论
相关主题
替朋友问一个关于做bioinformatics的问题Job Openings at San Diego (转载)
job openning for bioinformatics湾区分子诊断公司寻人-Bioinformatics Scientist, NGS
求bioinformatics在NGS或CNV方面的审稿机会Illumina sequencing library insert size
求Bioinformatics电子版书征Bioinformatics Analyst (转载)
谁来谈谈现在bioinformatics的情况啊有Nextgen甚至3rdgen introduction或overview的入门书推荐吗?
诚心请教:学习bioinformatics如何入手?求推荐基础生物信息学书籍
求bioinformatics review机会求南加州生物信息工作机会
bioinformatics postdoc poition($35,000 - $40,000)要开始申请绿卡了
相关话题的讨论汇总
话题: python话题: bioinfo话题: 入门话题: fortran