gseaNb(gsea_res,
geneSetID = top10_pathways$ID)
Error in names(mulcol) <- geneSetID :
'names' attribute [10] must be the same length as the vector [1]
查阅github发现是由于代码默认只有三色,所以只能画三条通路,通过修改curveCol增加颜色数量即可
gseaNb(gsea_res,
geneSetID = top10_pathways$ID)
Error in names(mulcol) <- geneSetID :
'names' attribute [10] must be the same length as the vector [1]
查阅github发现是由于代码默认只有三色,所以只能画三条通路,通过修改curveCol增加颜色数量即可