生信软件
-
ggsci:ggplot2科学期刊主题调色板
1.介绍 ggsci 提供一系列高质量的调色板,其灵感来自于科学期刊、数据可视化图书馆、科幻电影和电视节目中使用的颜色。.The color palettes in ggsci a…
-
利用R读取h5ad文件
安装包 install.packages(“remotes”)remotes::install_github(“mojaveazure/seur…
-
R:使用clusterProfiler进行DAVID GO富集分析
require(DOSE) require(clusterProfiler) data(geneList) gene = names(geneList)[abs(geneList)…
-
R:使用GOplot对GO分析结果作图
安装 # Installation of the latest released version install.packages(‘GOplot’) # Installation…
-
R:UniProt.ws包转换Accession,ENSEMBL,ENSEMBL_PROTEIN等
UniProt.ws提供了一个通往UniProt网络服务的选择查询接口。UniProt.ws是与Bioconductor的Uniprot网络服务互动的基础包。 与Annotatio…
-
R:计算数据框中每一行的标准偏差
RowSD = function(x) {sqrt(rowSums((x – rowMeans(x))^2)/(dim(x)[2] – 1))}
-
GFP-GAN:人面部图像智能修复软件
GFP-GAN:利用生成性面部优先权实现现实世界的盲目面部修复;GFP-GAN: Towards Real-World Blind Face Restoration with Ge…
-
rconfig:在命令行管理 R 配置
Configuration management using files (JSON, YAML, separated text), JSON strings, and comma…
-
SCENIC:cisTarget databases数据库下载
List of databases for the cisTarget family of tools (e.g. RcisTarget, SCENIC/pySCENIC, and…
-
FunRich:功能丰富的分析工具
FunRich:功能丰富的分析工具http://www.funrich.org/ FunRich 是一个独立的软件工具,主要用于基因和蛋白质的功能富集和相互作用网络分析。此外,分析…