链接表
-
近期文章
近期评论
- daizao发表在《TCGA与dbGaP账号申请(dbGaP申请指南)》
- zzz发表在《TCGA与dbGaP账号申请(dbGaP申请指南)》
- daizao发表在《TCGA与dbGaP账号申请(dbGaP申请指南)》
- liyuqing发表在《TCGA与dbGaP账号申请(dbGaP申请指南)》
- daizao发表在《TCGA与dbGaP账号申请(dbGaP申请指南)》
分类目录
2025年9月 一 二 三 四 五 六 日 « 1月 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 分类目录
作者归档:daizao
deal with results of clusterProfiler and draw the personal picture(根据需要处理clusterProfiler的结果)
library(devtools) install_github(“YuLab- … 继续阅读
TCGA_ATAC-seq 比对文件整理 (Adjusting alignment file of ATAC-seq in TCGA)
#!/usr/bin/perl -w use strict; use warni … 继续阅读
use wget when prefetch disabled (prefetch无法下载时,使用wget下载)
less -SN nohup.out | tail -n 40 | grep h … 继续阅读
发表在 Linux, NGS_analysis, Perl
留下评论
array arrangement by one column with perl or shell(矩阵根据某列排序(shell和perl))
#Perl #!/usr/bin/perl -w use strict; use … 继续阅读