搜索资源列表
tpWY
- 判断差异基因 This program computes t-statistics and p-values (both unadjusted and adjusted according to the Westfall and Young step-down algorithm) for two-sided alternative hypotheses,
DNATrans
- 输入一条字符串(由A、T、G、C构成)表式DNA的一条链,输出DNA中与之对应的另外一条链对应mRNA的结构(字符串表示)由mRNA控制合成的蛋白质的氨基酸序列-Enter a string (the A, T, G, C form) form a type of DNA chain, the output of the other DNA in the corresponding mRNA corresponding to the structure of a chain (string re
T-RESEARCH
- 不要担心自己的算法只是不多,你只需要简单的学习一下就可以运用啦-Do not worry own algorithm only much, you simply need to learn what you can use it
tsp
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法 遗传算法的基本运算过程如下: a)初始化:设置进化代数计数器t=0,设置最大进化代数T,随机生成M个个体作为初始群体P(0)。 b)个体评价:计算群体P(t)中各个个体的适应度。 c)选择运算:将选择算子作用于群体。选择的目的是把优化的个体直接遗传到下一代或通过配对交叉产生新的个体再遗传到下一代。选择操作是建立在群体中个体