This website works better with JavaScript
Home
Explore
Help
Sign In
limour
/
occdn.limour.top
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
main
Branches
Tags
gh-pages
main
occdn.limour.to...
/
source
/
_posts
/
tcga突变数据使用记录(一).md
tcga突变数据使用记录(一).md
1.0 KB
Permalink
History
Raw
title: TCGA突变数据使用记录(一) tags: [] id: '2302' categories:
- 数据库 date: 2022-09-05 01:05:07 ---
数据下载,从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 = '')
数据下载,从TCGA
访问
TCGA
,在文件类型中过滤maf,访问权限中过滤open,case中过滤感兴趣的组织
加入到cart,然后可以直接下载tar.gz,也可以下载
manifest
,然后
使用
官方工具
下载
后续可以使用Maftools进行分析