This function reads AScore results from a local folder.
Arguments
- path_to_AScore_results
(character) path to folder containing a file ending in "_syn_ascore.txt".
Value
data.frame
of AScore results
Examples
if (FALSE) {
# Get AScore results
path_to_AScore_results <- system.file("extdata/phospho/ascore_output",
package = "PlexedPiperTestData")
ascore <- read_AScore_results(path_to_AScore_results)
}