作者归档:daizao

TCGA转录本数据合并-R语言

library(R.utils) library(hash) library(d … 继续阅读

发表在 R, TCGA | 一条评论

Perl 矩阵排序(根据TCGA的样品信息)

#!/usr/bin/perl -w use strict; use warni … 继续阅读

发表在 Perl, TCGA | 4条评论

TCGA转录本数据合并

#!/usr/bin/perl -w use strict; use warni … 继续阅读

发表在 Perl, TCGA | 5条评论

perl 文件夹及文件操作

#!/usr/bin/perl -w use strict; use warni … 继续阅读

发表在 Perl | 留下评论

Python 参数传递

#!-*-coding:utf8 -*- #要在首行才可以在后面用中文注释 im … 继续阅读

发表在 Python | 留下评论

Shell 参数传递

#!/bin/bash helpdoc(){ cat << EOF … 继续阅读

发表在 Linux | 留下评论