bioinformatics
志于道,据于德,依于仁,游于艺
博客园
首页
社区
新随笔
联系
管理
订阅
随笔- 22 文章- 2 评论- 3
2009年4月23日
matplotlib: ylabel on the right
摘要: To make a ylabel on the right, use the text command. You need to set the transform to use axes coordinates (ax.transAxes), rotate the text vertically, make the horizontal alignment left, the vertical...
阅读全文
posted @
2009-04-23 09:51
owomo 阅读(124) |
评论 (0)
|
编辑
2009年3月30日
转载: gdb查看运行时数据
摘要: 在你调试程序时,当程序被停住时,你可以使用print命令(简写命令为p),或是同义命令inspect来查看当前程序的运行数据。print命令的格式是:printprint /是表达式,是你所调试的程序的语言的表达式(GDB可以调试多种编程语言),是输出的格式,比如,如果要把表达式按16进制的格式输出,那么就是/x。一、表达式print和许多GDB的命令一样,可以接受一个表达式,GDB会根据当前的程...
阅读全文
posted @
2009-03-30 20:29
owomo 阅读(405) |
评论 (0)
|
编辑
2009年2月7日
ssh 密钥管理
摘要: }) O0 u" i' c1 p( ^' s}( 默认情况下,每次使用ssh,scp,sftp等命令都需要输入密码,让人难以忍受。这些命令使用共同的密钥管理模式,传输信息一般采用rsa方式加密,通过验证公钥和私钥是否一致来保证安全性。通过以下两步,即可达到省略密码的目的。 # ^) t$ j/ L6 U- z4 y* U! q0 s# _; j. \3 g+ T) c" n& ~第一步:生...
阅读全文
posted @
2009-02-07 16:35
owomo 阅读(178) |
评论 (0)
|
编辑
2008年11月17日
染色体结构变异
摘要: 结构变异对个体差异的影响有可能比snp更显著。在个人基因组项目中,如果加入这一部分信息,可以使针对序列进行诊断分析更为全面的。结构变异的检测可以通过paired end序列分析出来,至于相关的疾病表型还需要收集。(http://www.sciencemag.org/cgi/content/full/318/5849/420)以下摘自百度词条染色体结构变异 染色体结构变异 人类的许多遗传病是由...
阅读全文
posted @
2008-11-17 12:09
owomo 阅读(150) |
评论 (0)
|
编辑
2008年7月28日
人类基因突变及疾病相关数据库
摘要: 人类基因突变及疾病相关数据库 HGMD - Human Gene Mutation db SVD - Sequence variation db HGBASE - Human Genic Bi-Allelic Sequences db The SNP consortium dbSNP - Human single nucleotide polymorphism (SNP) db List of...
阅读全文
posted @
2008-07-28 17:23
owomo 阅读(379) |
评论 (0)
|
编辑
2008年7月7日
zz Makefile学习教程: 跟我一起写 Makefile
摘要: Makefile学习教程: 跟我一起写 Makefile
阅读全文
posted @
2008-07-07 15:08
owomo 阅读(145) |
评论 (0)
|
编辑
2008年7月4日
zz:快速编辑Shell命令行
摘要: 一、自动补齐:[Tab]这个技巧很多人都应该会了,就是当输入命令,目录或者是文件名的时候按[Tab]键。系统就会帮你补齐可能要输入的东西,如果有多个选择系统会列表出来。你可以看清楚之后再多输入一个或多个charactor,再按[Tab]。实验:$ec按[Tab],补齐为:$echo二、查找和执行历史命令:[Ctrl r],[Ctrl p],[Ctrl n]在终端中按捉[Ctrl]键的同时[r]键,...
阅读全文
posted @
2008-07-04 17:02
owomo 阅读(149) |
评论 (0)
|
编辑
2008年6月26日
Books for bioinformaticians
摘要: 1. Biological Sequence Analysis: Probabilistic Models of Proteins and Nucleic Acids by Richard Durbin (Author), Sean R. Eddy (Author), Anders Krogh (Author), Graeme Mitchison (Author)2. Hidden Marko...
阅读全文
posted @
2008-06-26 21:33
owomo 阅读(130) |
评论 (0)
|
编辑
2008年6月25日
Perl命令行应用介绍
摘要: perldoc perlrunPerl命令行应用介绍
阅读全文
posted @
2008-06-25 18:12
owomo 阅读(244) |
评论 (0)
|
编辑
2008年6月24日
[转]Linux下创建静态、动态库
摘要: Linux下创建静态、动态库源码-----------a.cpp---------------#include <cstdio>int a(int i){ std::printf("in a(int a) %d"n", i); return 0;}-----------b.cpp----------------#include <iostream>int b(char *s...
阅读全文
posted @
2008-06-24 15:35
owomo 阅读(262) |
评论 (0)
|
编辑
仅列出标题
下一页
<
2010年2月
>
日
一
二
三
四
五
六
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
搜索
随笔分类
(23)
awk.VS.sed
(rss)
bioinfo(5)
(rss)
Books(1)
(rss)
C++(8)
(rss)
linux(7)
(rss)
Perl(1)
(rss)
python(1)
(rss)
shell
(rss)
文章分类
(2)
C++(1)
(rss)
国学(1)
(rss)
Bioinformatics
23andMe
454 Life Sciences
Bioinformatics: Computing for Molecular Biology
CBCB
Center for Bioinformatics and Computational Biology
DOGS
Database Of Genome Sizes
ExPASy Proteomics Server
roche-applied-science
SEQanswers
Serafim Batzoglou's Website
Stanford 的 一名牛教授
基因酷
中国开放教育论坛
Books
动听中国
中国最大有声读物网站,超多好资料
C++
Center of STL Study
最优秀的STL使用学习网站
channel8
微软学生资源
cplusplus.com
The C++ Resources Network
ebooks chm pdf zip rar tgz
GNU
Open MPI
Open Source High Performance Computing
STL 中文站
STL中文站 Boost中文站 搜索引擎技术 脚本编程 管理登陆
The Boost site
The C++ Source
The Premier Online Journal for the C++ Community
THE CODE PROJECT
学习.NET技术不得不去一个很不错的网站
The SGI STL site
The STLport site
Games
GameRes游戏开发资源网
属于游戏制作人的中文网络平台
Open Source Games for Windows
Life
IBIZA foobar config by ~Br3tt
LessonInLife
zenhabits
“We are what we repeatedly do. Excellence then, is not an act, but a habit.” Aristotle
Linux
IBM中国-Linux
The UNIX and Linux Forums
阿卡
中国信息技术论坛-阿卡
闲来无事,把SuSE倒持成Mac
Python
matplotlib
The Python Standard Library
国学
国学网站
最新评论
1. re: zz: C++并不难—之内存分配
没仔细看清楚,最大的区别就在于是否返回p,呵呵,谢谢博主的回复。 (Alan Cai)
2. re: zz: C++并不难—之内存分配
f2 中分配了内存,同时返回了一个指向该内存的指针,p是局部变量会消亡没错 ^_^ (owomo)
3. re: zz: C++并不难—之内存分配
“但是一定要避免下面的事情发生:” void f() { … char * p; p = (char*)new char[100]; … } 没搞到博主说的这句话... (Alan Cai)
阅读排行榜
1. linux查找技巧: find grep xargs(1233)
2. 转载: gdb查看运行时数据(405)
3. 生物信息常用软件使用(402)
4. 人类基因突变及疾病相关数据库(379)
5. [转]Linux下创建静态、动态库(262)
评论排行榜
1. zz: C++并不难—之内存分配(3)
2. zz 在RED HAT Linux操作系统上安装MYSQL 5.0.26数据库的方法(0)
3. C/C++程序设计员应聘常见面试试题深入剖析zz(0)
4. 转 boost algorithm 学习(0)
5. 转:boost regex 学习(0)