这篇“r语言怎么根据共有ID横向合并表格文件”文章的知识点大部分人都不太理解,所以小编给大家总结了以下内容,内容详细,步骤清晰,具有一定的借鉴价值,希望大家阅读完这篇文章能有所收获,下面我们一起来看看这篇“r语言怎么根据共有ID横向合并表格文件”文章吧。
merge_tsv_files.r 根据共有ID横向合并表格文件
使用方法:
$Rscript $scriptdir/merge_tsv_files.r -h usage: /work/STAD_immu_demo1/scripts/merge_tsv_files.r [-h] -i input [input ...] [-b by [by ...]] [-t type] [-p prefix] [-o outdir] merge tsv files by rownames optional arguments: -h, --help show this help message and exit -i input [input ...], --input input [input ...] input gct format file [required] -b by [by ...], --by by [by ...] character vector of variable names to join by. If omitted,will match on all common variables. -t type, --type type type of join: left (default), right, inner or full -p prefix, --prefix prefix output file name prefix [default demo] -o outdir, --outdir outdir output file directory [default cwd]
使用说明:
-i 指定多个表格文件所在的路径
--by 两个表格共有ID所在列列名指定:
--type 合并类型,left 以最左边表格关键列的ID为准,不存在的ID会去除;inner取交集
使用举例:
Rscript $scriptdir/merge_tsv_files.r -i $workdir/metadata.tsv hclust/hclusters.tsv \ immu/estimate_score.tsv -p metadata.group --by barcode
以上就是关于“r语言怎么根据共有ID横向合并表格文件”这篇文章的内容,相信大家都有了一定的了解,希望小编分享的内容对大家有帮助,若想了解更多相关的知识内容,请关注亿速云行业资讯频道。
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。