自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

悟道西方

踏实工作,认真修养;与人为善,合作共赢;玉汝于成,追求卓越。

  • 博客(5)
  • 资源 (8)
  • 收藏
  • 关注

原创 为啥我的Python这么慢 (一)

准备工作#安装R包#install.packages(c("survival", "survminer"))#加载R包library(survival) library(survminer) #survival包里包含的数据集data(package="survival") #以肺癌数据为例,显示数据前六行head(lung)## inst time status age sex

2017-10-16 16:04:12 2681

原创 转录组分析的正确姿势

转录组分析是目前应用最广的高通量测序分析技术之一。常见设计是不同样品之间比较,寻找差异基因、标志基因、协同变化基因、差异剪接和新转录本,并进行结果可视化、功能注释和网络分析等。转录组的测序分析也相对成熟,从RNA提取、构建文库、上机测序再到结果解析既可以自己完成,又可以在专业公司进行。概括来看转录组的分析流程比较简单,序列比对-转录本拼接 (可选)-表达定量-差异基因-功能富集-定制分析。整个环节清

2017-10-15 11:39:25 2364

原创 一场大病引起的诺贝尔2017年生理学奖角逐

欢迎关注http://mp.weixin.qq.com/s/T9Q6CUCt-wBoUCEwSBZALg诺奖得主Michael Rosbash今年在Cold Spring Harbor Perspectives发表的回顾节律研究历史的文章(A 50-Year Personal Journey: Location, Gene Expression, and Circadian Rhythms 50年

2017-10-07 21:36:59 804

原创 学习生信的系列教程

生信的作用越来越大,想学的人越来越多,不管是为了以后发展,还是为了解决眼下的问题。但生信学习不是一朝一夕就可以完成的事情,也许你可以很短时间学会一个交互式软件的操作,却不能看完程序教学视频后就直接写程序。也许你可以跟着一个测序分析流程完成操作,但不懂得背后的原理,不知道什么参数需要修改,结果可以出来,却把我不住对还是错。学习生信从来就不是一个简单的事,需要做好持久战的心理准备。在学习时,我们都希望由

2017-10-07 21:31:45 8658 2

原创 学习生物信息的系列书籍

欢迎关注生信宝典公众号 http://mp.weixin.qq.com/s/IiehgNu3JGVTDa079ll1SQ每次遇到有人问怎么学生信时,总会碰到一个尴尬的问题,“有没有什么书可以推荐下”。骤然之下,也不知道该怎么回答。这个问题有点大,想不到一本书可以囊括。而且对提问人的基础和学习倾向没有了解,与其指条错路,还不如不指。最后我都都会说,看生信宝典吧,有一系列由浅入深的Linux教程,R教程

2017-10-07 21:28:12 3839

Masterminds of programming

  Description    Masterminds of Programming features exclusive interviews with the creators of several historic and highly influential programming languages. Think along with Adin D. Falkoff (APL), James Gosling (Java), Bjarne Stroustrup (C++), and others whose vision and hard work helped shape the computer industry. You'll find advice you can apply to systems you're developing, even if you don't use the specific languages being discussed.   Full Description   Masterminds of Programming features exclusive interviews with the creators of several historic and highly influential programming languages. In this unique collection, you'll learn about the processes that led to specific design decisions, including the goals they had in mind, the trade-offs they had to make, and how their experiences have left an impact on programming today. Masterminds of Programming includes individual interviews with:   * Adin D. Falkoff: APL   * Thomas E. Kurtz: BASIC   * Charles H. Moore: FORTH   * Robin Milner: ML   * Donald D. Chamberlin: SQL   * Alfred Aho, Peter Weinberger, and Brian Kernighan: AWK   * Charles Geschke and John Warnock: PostScript   * Bjarne Stroustrup: C++   * Bertrand Meyer: Eiffel   * Brad Cox and Tom Love: Objective-C   * Larry Wall: Perl   * Simon Peyton Jones, Paul Hudak, Philip Wadler, and John Hughes: Haskell   * Guido van Rossum: Python   * Luiz Henrique de Figueiredo and Roberto Ierusalimschy: Lua   * James Gosling: Java   * Grady Booch, Ivar Jacobson, and James Rumbaugh: UML   * Anders Hejlsberg: Delphi inventor and lead developer of C#   If you're interested in the people whose vision and hard work helped shape the computer industry, you'll find Masterminds of Programming fascinating.  

2010-12-26

Python在Unix和Linux系统管理中的应用

作者:Noah Gift,Jeremy M. Jones 出版日期:2009年4月 出版社:O'Reilly 页数:433 ISBN:978-7-80205-738-8 文件格式:PDF 《Python在Unix和Linux系统管理中的应用》展示了Python语言如何提供一种更加高效的方式来处理Unix和Linux服务器管理工作中 的各种任务。本书的每一章都会提出一个特定的管理问题,例如并发或数据备份,然后通过实际的例子提供基于Python的解决方案。你将学习使用 Python开发一套属于自己的命令行工具,并用来解决一系列范围很广的问题。 本书作者们还构建了一个可以免费下载的Ubuntu虚拟机。该虚拟机包含了这本书的源代码,还可以用来运行书中的实例,包括SNMP、IPython、SQLAlchemy和许多其他工具。 通过这本书,你将发现Python是怎样帮助你: * 读入文本文件并提取信息 * 使用线程和派生子进程的选项并发地运行多个任务 * 使用网络工具从一个进程传送信息到另一个进程 * 创建更易互动的可点击图形界面工具 * 通过与SNMP交互来用程序监控大型多个集群机器 * 掌握IPython的命令环境来替代或增强Bash、Korn或Z-Shell的功能 * 将云计算集成到基础架构中并编写一个基于谷歌应用程序引擎的应用 * 利用定制脚本来解决特殊的数据备份的挑战 * 使用Django、SQLAlchemy和Storm对象关系模型来与数据库交互 通过本书及其辅助虚拟机,你将学习如何打包并部署Python应用程序和库文件,以及如何编写在多个Unix和Linux平台下都运行良好的代码。 “这本书适用于Python新手,不管他们是否具有命令环境脚本编写的经验或者总体上相对而言就是编程初学者。Jeremy和Noah都很注意为自己的理 由给出支持材料,并且解释这些代码实例在实际中的运用。与许多轻易就让新手不堪重负的编程书籍不同,本书尽一切努力来让这些新手们获得自信和成功。” ——Ruth Suehle和Bascha Harris,Red Hat杂志 Noah Gift在加州理工学院、迪斯尼、Feature Animation和Turner Studios具有十年以上的Unix和Linux开发经验。他是Giftcs和Cloud Seed软件公司的合伙人。 Jeremy M.Jones是Predictix公司的软件工程师,同时也是开源项目Munkware、ediplex和podgrabber的作者。

2010-12-18

gvim常用插件及其配置文件配置(下载解压即可使用)

gvim常用插件及其配置文件 支持c,perl,python,latex。 需要自己安装ctags .vim: after compiler doc indent ltags perl-support skeleton syntax autoload c-support ftdetect keymap Makefile plugin snipMate.vim.ct tools colors CVIMSYN ftplugin latextags Makefile.in README.csupport snippets .vim/after: ftplugin plugin syntax .vim/after/ftplugin: c_snippets.vim java_snippets.vim python_pydiction.vim python_snippets.vim sh_snippets.vim .vim/after/plugin: .vim/after/syntax: cpp.vim c.vim java.vim .vim/autoload: acp.vim perlsupportgui.vim perlsupportprofiling.vim perlsupportregex.vim snipMate.vim .vim/colors: desertEx.vim peachpuff.vim zenburn.vim .vim/compiler: tex.vim .vim/c-support: codesnippets doc rc scripts templates wordlists .vim/c-support/codesnippets: calloc_double_matrix.c main.cc print_array.cc.noindent calloc_int_matrix.c Makefile print_double_array.c.noindent main.c Makefile.multi-target.template print_int_array.c.noindent .vim/c-support/doc: ChangeLog c-hotkeys.pdf c-hotkeys.tex .vim/c-support/rc: customization.ctags customization.gvimrc customization.indent.pro customization.vimrc .vim/c-support/scripts: wrapper.sh .vim/c-support/templates: c.comments.template cpp.comments.template cpp.preprocessor.template c.statements.template c.cpp.template cpp.cpp.template cpp.statements.template Templates c.idioms.template cpp.idioms.template c.preprocessor.template Templates~ .vim/c-support/wordlists: c-c++-keywords.list c-c++-keywords.list.bak k+r.list stl_index.list .vim/CVIMSYN: engspchk.contraction engspchk.dialect engspchk.dict engspchk.match engspchk.proper engspchk.rare .vim/doc: acp.jax latexhelp.txt latex-suite-quickstart.css Makefile taglist.txt acp.txt latex-suite latex-suite-quickstart.html Makefile.in tags catalog.xml la

2010-08-17

Data Mining in Bioinformatics 生物信息中的数据挖掘

Jason T.L. Wang, Mohammed J. Zaki,Hannu T.T. Toivonen and Dennis Shasha (Eds) Summary The aim of this book is to introduce the reader to some of the best techniques for data mining in bioinformatics in the hope that the reader will build on them to make new discoveries on his or her own. The book contains twelve chapters in four parts, namely, overview, sequence and structure alignment, biological data mining, and biological data management.

2010-03-02

Survey of Text Mining: Clustering, Classification, and Retrieval, Second Edition

Survey of Text Mining: Clustering, Classification, and Retrieval, Second Edition I. Clustering, II. Document retrieval and representation, III. Email surveillance and filtering, and IV. Anomaly detection. 著名大师Michael W. Berry的经典力作!

2010-03-02

比perl好的生物信息学语言python

比perl好的生物信息学语言python,简明教程!

2009-09-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除