impplotr

所属分类:特征抽取
开发工具:R
文件大小:18KB
下载次数:0
上传日期:2018-02-14 23:27:38
上 传 者sh-1993
说明:  总结密歇根大学插补服务器指标的小型R包
(Small R package to summarize metrics from University of Michigan Imputation Server)

文件列表:
.Rbuildignore (59, 2018-02-15)
DESCRIPTION (517, 2018-02-15)
LICENSE (1069, 2018-02-15)
NAMESPACE (251, 2018-02-15)
R (0, 2018-02-15)
R\plotting_functions.R (15670, 2018-02-15)
R\summary_functions.R (5264, 2018-02-15)
R\utility_functions.R (6887, 2018-02-15)
impplotr.Rproj (312, 2018-02-15)
man (0, 2018-02-15)
man\impPlotsByChr.Rd (662, 2018-02-15)
man\impPlotsInfo.Rd (704, 2018-02-15)
man\impSummary.Rd (797, 2018-02-15)
man\makeAllPlots.Rd (1340, 2018-02-15)
man\maskedPlots.Rd (691, 2018-02-15)
man\maskedStrandCheck.Rd (808, 2018-02-15)
man\maskedSummary.Rd (666, 2018-02-15)

--- output: md_document: variant: markdown_github --- # impplotr The goal of impplotr is to generate plots and summaries from imputation metrics provided by the University of Michigan Imputation Server. It is currently optimized to work with the Haplotype Reference Consortium (HRC r1.1) reference panel. ## Example While you can run each plotting and summarizing function separately, the convenience function `makeAllPlots` will run them all in one step, e.g. ```r # imp_dir should contain metrics files ("chr#.info.gz") # out_dir is desired location of plots and summaries files # start_chr is desired start chromosome (i.e., first metrics file to read) # end_chr is desired end chromosome (i.e., last metrics file to read) makeAllPlots(imp_dir="metrics_directory_name", out_dir="output_directory_name", start_chr=1, end_chr=22) ``` # Planned updates I created this package from a set of functions I've used internally for many years to process and report imputation metrics, initially from local imputation with IMPUTE2 and 1000 Genomes Phase 3, and more recently with the UM server. My goal is to help others who want to parse the large amounts of metrics data generated by contemporary imputation. However, I recognize several things could be improved with the current release. My to do list includes: 1. remove `start_chr` and `end_chr` arguments from the individual plotting and summarizing functions, as they currently only go in the output file name(s) 2. give the user more granular control over output file names (i.e., rather than specifying output directory with `out_dir`, provide the base file path AND name I welcome other suggestions via GitHub issues tracking! ~Sarah

近期下载者

相关文件


收藏者