R语言的maf_oncoplot.r怎么使用
发表于:2025-11-12 作者:千家信息网编辑
千家信息网最后更新 2025年11月12日,本篇内容介绍了"R语言的maf_oncoplot.r怎么使用"的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有
千家信息网最后更新 2025年11月12日R语言的maf_oncoplot.r怎么使用
本篇内容介绍了"R语言的maf_oncoplot.r怎么使用"的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!
maf_oncoplot.r突变注释文件分类可视化maftools
使用方法:
Rscript /share/nas1/zhangll/MAF/code/maf_oncoplot.r -husage: /share/nas1/zhangll/MAF/code/maf_oncoplot.r [-h] -i maffile -m metadata -g group [-a additive [additive ...]] [-T topgene] [-l genelist [genelist ...]] [-t] [-o outdir] [-H height] [-W width]Mutation annotation file classificationvisualization:https://www..com/article/1518optional arguments: -h, --help show this help message and exit -i maffile, --maf maffile input the maf file[required] -m metadata, --meta metadata input metadata file path[required] -g group, --group group input group id in metadata file to classification visualization[required] -a additive [additive ...], --additive additive [additive ...] add additional class[optional,default: NULL] -T topgene, --top topgene Number of top genes displayed [optional, default: 20] -l genelist [genelist ...], --genelist genelist [genelist ...] the selected gene list to display [optional, default: NULL] -t, --showtitle whether show maftools title of plot [optional, default: False] -o outdir, --outdir outdir output file directory [default cwd] -H height, --height height the height of pic inches [default 8] -W width, --width width the width of pic inches [default 8]
参数说明:
-i 突变注释文件maf的路径,可从TCGA数据库中直接下载:
| Hugo_Symbol |
| Entrez_Gene_Id |
| Center |
| NCBI_Build |
| Chromosome |
| Start_Position |
| End_Position |
| Strand |
| Variant_Classification |
| MFN2 |
| 9927 |
| WUGSC |
| GRCh48 | |
| chr1 |
| 12001777 |
| 12001777 | |
| + |
| Missense_Mutation |
| KCNG3 |
| 170850 |
| WUGSC |
| GRCh48 | |
| chr2 |
| 42444578 |
| 42444578 | + | Missense_Mutation |
| MAP2 |
| 4133 |
| WUGSC | GRCh48 | |
| chr2 |
| 209692762 | 209692762 | |
| + |
| Missense_Mutation |
| HEG1 |
| 57493 |
| WUGSC |
| GRCh48 | |
| chr3 |
| 125010546 |
| 125010546 | |
| + |
| Missense_Mutation |
| PCDHB11 |
| 56125 |
| WUGSC |
| GRCh48 | |
| chr5 |
| 141200541 |
| 141200541 | |
| + |
| Missense_Mutation |
| NSD1 |
| 64324 |
| WUGSC |
| GRCh48 | |
| chr5 |
| 177294257 |
| 177294257 | |
| + |
| Missense_Mutation |
| F13A1 |
| 2162 |
| WUGSC | GRCh48 | |
| chr6 |
| 6174609 |
| 6174609 | |
| + |
| Missense_Mutation |
| PRRT4 |
| 401399 |
| WUGSC |
| GRCh48 | |
| chr7 |
| 128359624 |
| 128359624 | |
| + |
| Missense_Mutation |
| FBP2 |
| 8789 |
| WUGSC |
| GRCh48 | |
| chr9 |
| 94558941 |
| 94558941 | |
| + |
| Missense_Mutation |
-m metadata文件,病人样本的各种特征信息,必须包含以patient命名的患者TCGA编号列:
| patient |
| sample |
| shortLetterCode |
| tumor_stage |
| tissue_or_organ_of_origin | |
| alcohol_history |
| gender |
| ethnicity |
| race |
| TCGA-M9-A5M8 |
| TCGA-M9-A5M8-01A |
| TP |
| stage iia |
| Lower third of esophagus |
| Yes |
| male |
| not reported |
| not reported |
| TCGA-R6-A6DQ |
| TCGA-R6-A6DQ-01B |
| TP |
| not reported |
| Lower third of esophagus |
| Yes |
| female |
| not hispanic or latino |
| white |
| TCGA-LN-A9FP |
| TCGA-LN-A9FP-01A |
| TP |
| stage iia |
| Middle third of esophagus | |
| Yes |
| female |
| not hispanic or latino |
| asian |
| TCGA-LN-A4MQ |
| TCGA-LN-A4MQ-01A |
| TP |
| stage iii |
| Lower third of esophagus |
| No |
| male |
| not hispanic or latino |
| asian |
| TCGA-JY-A93D |
| TCGA-JY-A93D-01A |
| TP |
| stage iiic |
| Lower third of esophagus |
| Yes |
| male |
| not reported |
| white |
| TCGA-IG-A3YB |
| TCGA-IG-A3YB-01A |
| TP |
| stage iiia |
| Lower third of esophagus |
| No |
| male |
| not hispanic or latino |
| white |
| TCGA-IC-A6RF |
| TCGA-IC-A6RF-01A |
| TP |
| stage ia |
| Middle third of esophagus |
| Yes |
| female |
| not hispanic or latino |
| white |
| TCGA-VR-A8EX |
| TCGA-VR-A8EX-01A |
| TP |
| stage iva |
| Middle third of esophagus |
| No |
| male |
| not reported |
| not reported |
-g 指定metadata 分组列名,如果分组名字有空格,应该用引号引起来
-a 附加分组列名,结果将在图中显示
-T 可指定所要展示的top基因个数,默认20
-l 可指定所要展示的基因列表,基因之间用空格隔开,默认NULL
使用举例:
Rscript /share/nas1/zhangll/MAF/code/maf_oncoplot.r -i /share/nas1/zhangll/MAF/TCGA-ESCA.maf_maftools.maf -m /share/nas1/huangls/project/TCGA_ESCA/metadata.tsv -g gender
"R语言的maf_oncoplot.r怎么使用"的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识可以关注网站,小编将为大家输出更多高质量的实用文章!
基因
文件
分组
语言
内容
更多
注释
知识
实用
学有所成
接下来
个数
之间
使用方法
信息
参数
名字
困境
实际
引号
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
奔果互联网科技
优惠加油软件开发有限公司
广西省考网络安全专业技术
管理软件开发使用啥语言
php 服务器开发
电厂网络安全攻防演练
BUMPTOP主题软件开发
免费ftp服务器
江苏自考网络安全基础真题卷
网络安全知识内容文字二年级
企业级云原生数据库
怎样联系软件开发
聚焦网络安全主题
软件开发职责规划
俄罗斯服务器 游戏
4m宽带能当服务器租出去吗
超南润网络技术
3维人脸数据库
济南畅讯网络技术有限公司
重庆联通服务器类型云空间
软件开发过程是按照项目的
hac管理服务器
web开发和网络安全
网络安全cfs核心框架
目前性价比比较高的服务器cpu
数据库nv12
服务器 tpm
清远数据链软件开发供应商家
查看服务器电脑 svn 路径
网络安全厂商为啥待遇都不高