tjhwangxiong / TCGAplot

A number of functions were generated to perform pan-cancer DEG analysis, correlation analysis between gene expression and TMB, MSI, TIME, and promoter methylation. Methods for visualization were provided in order to easily perform integrative pan-cancer multi-omics analysis.
Other
64 stars 13 forks source link

Install on Linux #18

Closed AlkaidWang closed 1 month ago

AlkaidWang commented 1 month ago

Following the instruction in README and the package has installed locally by

install.packages("TCGAplot-7.0.1.tar.gz",repo=NULL,type="source") and succeeded:

############################################ 将程序包安装入‘/usr/lib64/R/library’ (因为‘lib’没有被指定) untar2(tarfile, files, list, exdir, restore_times)里有警告: skipping pax global extended headers

However, it has not been installed completely:

pan_boxplot("TP53") 错误于pan_boxplot("TP53"): 找不到对象'tpm'

Please help me how to install on Linux platform, thanks

BR, Bo

AlkaidWang commented 1 month ago

OK, I got it. I shouldn't use the "TCGAplot-7.0.1.tar.gz" but the "TCGAplot_7.0.1.zip" and decompressing it first. Then it works.