initCircRNAprofiler: Initialize the project folder

Description Usage Arguments Value Examples

View source: R/initCircRNAprofiler.R

Description

The function initCircRNAprofiler() initializes the project forlder.

Usage

1
initCircRNAprofiler(projectFolderName, detectionTools)

Arguments

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.

Value

A NULL object

Examples

1
2
3
4
5
## Not run: 
initCircRNAprofiler(projectFolderName = "circProject",
    detectionTools = "mapsplice")

## End(Not run)

circRNAprofiler documentation built on March 6, 2021, 2 a.m.