数据下载,从cBioPortal
- 从cBioPortal找到相应的数据,并从github下载
- ~/dev/xray/xray -c ~/etc/xui2.json &
- wget -e "https_proxy=http://127.0.0.1:20809" https://github.com/cBioPortal/datahub/raw/master/public/prad_tcga/data_mutations.txt
- tmp <- read.table('data_mutations.txt', header = T, sep = '\t', allowEscapes = T, quote = '')
Comments NOTHING