prep_targets: Read tab or comma delimited target metadata file.
Description
This function takes a targets metadata file and returns formatted data. Requires that init_data_paths() has been run.
Usage
prep_targets(target_input, delim = "t")
Arguments
target_input
Target data in tab separated format, assumes headers exist for each column.
Note that column names in the input count file must match row names in the input target metadata file.
delim
Indicate if file is comma or tab delimited. "t" indicated tab delimited and "c" indicates comma separated data. Default: "t"
Value
This function will return a properly formatted targets data table based on a provided input file.