circrnaOverlapResults.Rd
This function executes the docker container docker4circ to overlap circRNA predictions obtained from multiple tools
circrnaOverlapResults(
group = c("sudo", "docker"),
scratch.folder,
input.folder,
output.folder,
min_support
)
a character string. Two options: "sudo"
or "docker"
, depending to which group the user belongs
a character string indicating the scratch folder where docker container will be mounted
string indicating the path of the folder containing the samples to overlap
string indicating the path of the output folder
an integer representing the minimum number of algorithms detecting the circRNA.
The list of circRNAs detected in at least the user-defined number of algorithms
if (FALSE) {
}