IP属地:江西
import pandas as pd df1 = pd.read_csv("/path_to/all.csv",encoding='utf-8...
目前主流差异表达分析软件(Deseq2)均是基于counts值,而Hisat2结合cufflinks只能得到FPKM值,那得想办法利用Hisat...
sed -i s/"\..*"//g test.fa
cd ~/RNAseq/result/out_file/ #进入cufflinks结果输出目录 vim merge.sh find ./ -na...
经过一天零七小时的瞎摸索,以及好友@GYB的亲身指导,以及网上各种大神攻略。终于把NVIDIA驱动装到Deepin上。 显卡版本:RTX2060...
1、报错信息:AttributeError: 'LayoutLine' object has no attribute 'color' 解决方案...
转录分析流程 #!/bin/bash set -e set -o for file1 in *_1.clean.fq.gz do # echo...
在安装samtools过程中,总是会遇到“library "libcrypto.so.1.0.0" not found “,此时,我们可以通过以...
使用虚拟机运行jcvi过程中,由于安装过程latex包未能完整安装,因此可能会因为缺少某个LaTeX宏包而无法继续运行。解决方案如下: 1、在L...