dir_merge: Combines all the files in a directory using a Full Outer Join...

Description Usage

Description

@param dir_path Absolute path of the directory. Absolute path is recommended to prevent errors. @param col_names A character vector of column names used in the condition to match rows from different files. @param sep A separator string. It is recommended to use tab in gwas studies. @param out_file_path Absolute path of for writing the output. This is Optional

@return a data.table of all the combined files @example dir_rbind(~/data/", header = F, col_names = c("chr","pos","allele","p_value"))

Usage

1
dir_merge(dir_path, col_names, sep = "\t", out_file_path = NULL)

nehiljain/genewiseR documentation built on May 23, 2019, 1:31 p.m.