估计阅读时长: 15 分钟 https://gcmodeller.org 在这篇博客文章之中,我主要是来详细介绍一下是如何从头开始实现Phenograph单细胞分型算法的。在之前的一篇博客文章《【单细胞组学】PhenoGraph单细胞分型》之中,我们介绍了Phenograph算法的简单原理,以及一个在R语言之中所实现的Phenograph算法的程序包Rphenograph。在这里我主要是详细介绍在GCModeller软件之中所实现的VisualBasic语言版本的Phenograph单细胞分型算法。 Attachments Rphenograph • 236 kB • 113 click 20.09.2021
估计阅读时长: 8 分钟 https://github.com/xieguigang/sciBASIC 在进行无监督聚类分析的方法之中,我们在算法代码之中一般会遇到求解与某一个样本数据点最相似的数据点的计算过程。对于这个计算过程,一般而言我们是基于欧几里得距离来完成的。 Order by Date Name Attachments Visual a KDtree Search • 274 kB • 165 […]
Hi, you can search theme 'Teluro' from WP theme store
I would like to know where you got your website theme or design. Could you please share that information with…
查询字符串以["起始,以"]结尾: SELECT * FROM biodeepdb_full.metabolite WHERE INSTR(name, '["') = 1 AND INSTR(name, '"]') = LENGTH(name) - LENGTH('"]') + 1 ORDER…
删除mysql表中重复的行数据 ``` delete t1 from metabolite t1 where t1.id in (select t2.id from (select id, `name`, formula, hashcode2, row_number() over(partition…
This is also a very good post which I really enjoyed reading. It is not every day that I have…