initCircRNAprofiler {circRNAprofiler} | R Documentation |
The function initCircRNAprofiler() initializes the project forlder.
initCircRNAprofiler(projectFolderName, detectionTools)
projectFolderName |
A character string specifying the name of the project folder. |
detectionTools |
A character vector specifying the tools used to predict circRNAs. The following options are allowed: mapsplice, nclscan, knife, circexplorer2, circmarker and uroborus. If the tool is not mapsplice, nclscan, knife, circexplorer2, uroborus or circmarker then use the option other. The user can choose 1 or multiple tools. Subfolders named as the specified tools will be generated under the working directory. |
A NULL object
## Not run: initCircRNAprofiler(projectFolderName = "circProject", detectionTools = "mapsplice") ## End(Not run)