-
贝叶斯与朴素贝叶斯
贝叶斯(Bayesian)是一种统计推断方法,其基本思想是利用已知的先验知识和观测数据来推导出未知参数的后验概率分布。贝叶斯方法在很多领域都有应用,例如机器学习、自然语言处理、信号处理等。朴素贝叶斯(....
发布于: 2023-08-01 09:03:40 -
随机游走算法在生物信息学的应用
随机游走算法在生物信息学中有多种应用,以下是其中一些常见的应用:蛋白质互作网络分析随机游走算法可以用于蛋白质互作网络分析中的节点重要性评估。通过从一个起始节点开始,沿着随机游走的路径进行模拟,可以计算....
发布于: 2023-05-24 20:12:57 -
python实现UMAP降维及可视化
UMAP(Uniform Manifold Approximation and Projection)是一种非线性降维算法,可以将高维数据映射到低维空间,以便于可视化和分析。在Python中,可以使用....
发布于: 2023-05-23 22:42:08 -
multiqc自动化报告
Customising tablesCreating a table....
发布于: 2023-03-20 17:52:36 -
Python的特殊语法
zip()The zip() function takes iterables (can be zero or more), aggregates them in a tuple, and retur....
发布于: 2023-03-20 09:15:02 -
pubmed 爬虫
import requestsimport pandas as pdfrom bs4 import BeautifulSoupdf = pd.DataFrame(columns=['title','u....
发布于: 2022-08-25 13:56:36 -
Interactive Parallel Computing with IPython
https://github.com/ipython/ipyparallel....
发布于: 2022-08-14 09:10:12 -
Samtools manipulate bam file
http://www.htslib.org/https://www.biostars.org/p/328831/https://pysam.readthedocs.io/en/latest/usage....
发布于: 2022-08-14 21:21:44 -
Administering a multi-user conda installation
Administering a multi-user conda installationInstalling for multiple users....
发布于: 2023-07-16 21:55:51 -
Conda-build
Channels and generating an indexCreating custom channelscreate baw packagebuild.sh#!/bin/bashexport ....
发布于: 2022-08-10 13:32:49
Python 一共收录文章29篇,
一共有3页,
每页显示10篇