TOJ 2641 Gene】的更多相关文章

描述 How can millions of different and complex structures be built using only a few simple building blocks? Just ask your DNA. DNA (short for deoxyribonucleic acid) spells out the genetic codes of millions of species, using just four molecules: adenine…
TOJ 2776题目链接http://acm.tju.edu.cn/toj/showp2776.html 这题其实就是考虑的周全性...  贡献了好几次WA, 后来想了半天才知道哪里有遗漏.最大的问题就是, 当零头是13的时候, 不一定前面的光盘都刻录到最大值.比如29,16这种情况, 如果前面的刻录最大值,这样就需要3个盘,而最少的却是 2个就够了,(15,14) 即可:知道这种情况,这题基本就可以了: 注意一下这几个数据: 13 15 输出为2 29 16 输出为2 这条题目看起来很容易,但…
使用KOBAS进行KEGG pathway和Gene Ontology分析 Article from Blog of Alfred-Feng http://blog.sina.com.cn/u/1706691033 现在使用在线的通路注释,一般使用DAVID.KOBAS等工具.不同的工具可能需要输入不同的基因名或基因编号.下面举例操作一遍. 1 在gprofiler网站进行基因ID转换. 进入网址“http://biit.cs.ut.ee/gprofiler/gconvert.cgi”,选择g:…
使用tophat和cufflinks计算RNA-seq数据的表达水平时,当一个基因在一个样本中有多个表达水平时需要合并它们的表达水平. This code is a solution to collapsing duplicate FPKMs for a gene. CollapseFPKM This code is a solution to collapsing duplicate FPKMs for a gene Problem/Issue: In the cufflinks output…
做基因组注释 先用augustus训练,然后再用maker做基因注释 augustus提供一些训练好的,如果有和你的物种非常接近的,直接用提供的,没有的话再自己训练. 网址: http://bioinf.uni-greifswald.de/augustus/ 老版本下载: http://bioinf.uni-greifswald.de/augustus/binaries/old/ 最后选择下载2.7的 新版本3.2的实在是装不上 太麻烦了!!!!! 下载好后,解压,cd src, sudo ma…
路由类 Gene\Router 介绍 Gene\Router 是gene框架的核心类之一,本框架区别于其他常见框架的最大地方就是独特.强大.简单的路由定义等.路由强大灵活,支持回调.类方法:支持rest.http请求方式(get,post,put,patch,delete,trace,connect,options,head)等: 支持定义全局.局部钩子,每个方法可以定义清理全局钩子等. 实例化 初始化路由,传递缓存key,将会把路由配置缓存起来.Gene\Router如果作为gene_appl…
欢迎使用Gene框架 最新版本:V1.2.2 开源地址:https://github.com/sasou/php-gene 作者:sasou 文档地址:http://php-gene.com/doc 概览 介绍 Gene 是一个灵活.强大.简单.高效的c扩展框架.通过精心的设计与高效的技术实现,配合数据库.缓存等类库,带来新的开发体验. 特点概述 简单 :入门快,配置简单: 灵活 :灵活安全的路由,前置.后置注入等: 强大 :配置进程级缓存,路由配置简单强大.支持函数回调.支持rest风格等.…
Human Gene Functions Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 18053 Accepted: 10046 Description It is well known that a human gene can be considered as a sequence, consisting of four nucleotides, which are simply denoted by four let…
题目地址:http://poj.org/problem?id=1080 Description It is well known that a human gene can be considered as a sequence, consisting of four nucleotides, which are simply denoted by four letters, A, C, G, and T. Biologists have been interested in identifyi…
Human Gene Functions Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 17206   Accepted: 9568 Description It is well known that a human gene can be considered as a sequence, consisting of four nucleotides, which are simply denoted by four…