Description Usage Author(s) Examples
QC.cluster()通过选取少数基因进行聚类,从而判断分组的差异程度。QC.cluster()基于hwb_BI::heatmap.dds()函数。输出结果为heatmap图。
1 2 3 4 5 6 7 8 9 10  | QC.cluster(DesignEset,
           contrast,
           select.c=1000,#选取的基因数
           seed=2018,
           savefile=F,
           log.convert = F,
           names="GSE1231",#part of file name
           cluster_rows = T,
           cluster_cols =T,
           row.k = 4)
 | 
Weibin Huang
1 2 3 4 5 6 7 8 9 10 11 12  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.