View source: R/circrnaOverlapResults.R
| circrnaOverlapResults | R Documentation | 
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
)
group | 
 a character string. Two options:   | 
scratch.folder | 
 a character string indicating the scratch folder where docker container will be mounted  | 
input.folder | 
 string indicating the path of the folder containing the samples to overlap  | 
output.folder | 
 string indicating the path of the output folder  | 
min_support | 
 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
Nicola Licheri
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.