powered by
This function analyzes .fsa files in a specified folder, providing a summary of their version and batch information.
check_fsa_v_batch(x)
A written summary of how many .fsa files are in the folder and which version they are.
The path to the folder from the current directory where the .fsa files that will be analyzed are stored.
file_path <- system.file("extdata", package = "pooledpeaks") check_fsa_v_batch(x = file_path)
Run the code above in your browser using DataLab