Reading MASIC output from a single directory
Arguments
- path_to_MASIC_results
(character) path to directory with MASIC results for all datasets.
- interference_score
(logical) whether to read interference score.
Examples
if (FALSE) {
path_to_MASIC_results <- system.file("extdata/global/masic_output",
package = "PlexedPiperTestData")
x <- read_masic_data(path_to_MASIC_results, interference_score=TRUE)
head(x)
}