Skip to contents

Convert raw WIMP CSV files to data table

Usage

read_in_wimp_files(path.to.wimp.files)

Arguments

path.to.wimp.files

File path to folder containing raw WIMP files

Value

data.table of mb genes at a specific coverage

Examples

if (FALSE) {
read_in_wimp_files(path.to.wimp.files="~/Desktop/my.files")
}