基因组相关文件提取和索引创建
提取文件提取fasta文件samtools faidx genome.fa chr1 > genome_chr1.fasamtools faidx genome.fa chr1:1-1000 > genome_chr1.fa 提取bam文件samtools view -hb sample ...
Read more
R安装包
R version: 4.2.1 Seuratinstall.packages("Seurat") rgeos包依赖geos-config: 下载geos: http://download.osgeo.org/geos/geos-3.9.3.tar.bz2 安装geos: ...
Read more
Linux安装R和Python
R 4.2.1安装 R下载地址: https://mirrors.ustc.edu.cn/CRAN/ 安装依赖:1234567891011121314yum install libcurl-develyum install readline-develyum install libXt-devely ...
Read more
Conda安装与使用
Conda安装 Conda下载地址: https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/ Conda安装: bash Miniconda3-latest-Linux-x86_64.sh Conda添加仓库conda config --a ...
Read more
Modules使用
Modules基本命令 显示可以使用的模块: module avail/ava 加载模块: module load/add R/4.1.3 卸载模块: module unload/rm R/4.1.3 显示已加载的模块: module list 卸载所有加载模块: module purge 查看模块 ...
Read more
Slurm作业调度系统使用
Here's something encrypted, password is required to continue reading.
Read more
Super-Enhancer Introduction
Super-Enhancer Reference Super-enhancer function and its application in cancer targeted therapy The molecular understanding of super-enhancer dysregul ...
Read more
scRNA-10X Genomics Introduction
10X Genomics
Read more
PK-Sim构建PBPK模型
生理药代动力学PBPK生理药代动力学PBPK(Physiologically based pharmacokinetic)是一种以系列数学方程式整合药物的理化性质、机体真实的生理生化性质和解剖学结构等信息,以表征药物通过血液循环系统在不同器官和组织中分布、转运和消除的过程,从而实现预测药物体内动力学 ...
Read more
Vue使用
安装及使用Vue 安装vue-cli脚手架: npm install -g @vue/cli 创建vue项目: vue create project_name 启动项目: npm run serve 打包项目: npm run build 安装包: npm install element-ui -- ...
Read more