This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
limour
/
b.limour.top
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Branch:
main
Branches
Tags
gh-pages
main
b.limour.top
/
source
/
_posts
/
tcga突变数据使用记录(一).md
tcga突变数据使用记录(一).md
1.0 KB
Permalink
Verlauf
Originalformat
title: TCGA突变数据使用记录(一) tags: [] id: '2007' categories:
- uncategorized date: 2022-09-04 17: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进行分析