Description Usage Arguments Value Examples
View source: R/initCircRNAprofiler.R
The function initCircRNAprofiler() initializes the project forlder.
1 | 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
1 2 3 4 5 | ## Not run:
initCircRNAprofiler(projectFolderName = "circProject",
detectionTools = "mapsplice")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.