This function will find all initially processed output files from individual replicates and return summary information. That information is saved to an RData file which will contain 3 objects: all_proccessedFiles, all_jobInfo, all_dividedFiles
summarise_experimentFiles(func_experimentDir = getOption("shape_workDir"),
func_saveFile = getOption("shape_procExp_filenames")["fileList"],
func_search_filePattern = getOption("shape_processedData_filePattern"),
func_sepString = getOption("shape_sepString"))
This is the filepath to the root directoy under which all your experimental files can be found.
This is the filepath and filename (ending in .RData please) to which the results of this step will be saved.
This is a string which can be used to search and find the files which relate to the processed output of individual replicates rSHAPE runs.
This is the character string which was used for commonly collapsing elements in the rSHAPE run.