powered by
Function to get samplegroup file that can be pass to Proteinpaint
get_pp_samplegroup(samples, group, outfn = NULL)
A vector indicating all samples
A vector indicating the group information
Default is NULL and not output the result to file
A data frame
# NOT RUN { samples <- sprintf('A%s', 1:7) group <- 'B-ALL' samplegroup <- get_pp_samplegroup(samples, group) outfn <- tempfile() samplegroup <- get_pp_samplegroup(samples, group, outfn) # }
Run the code above in your browser using DataLab