importUroborus: Import circRNAs detected by UROBORUS

View source: R/importFilesPredictionTool.R

importUroborusR Documentation

Import circRNAs detected by UROBORUS

Description

The function importUroborus is specifically designed to reaad and adapt the UROBORUS v2.0.0 output file (circRNA_list.txt). See https://github.com/WGLab/UROBORUS for more details.

Usage

importUroborus(pathToFile)

Arguments

pathToFile

A character string specifying the path to the file containing the detected circRNAs.

Value

A data frame.

Examples

# Path to an example file containing circRNA detected by UROBORUS
pathToFile <- system.file("extdata", "uroborus/circRNAs_001.txt",
    package="circRNAprofiler")

# Inner function.
# Import circRNAs.
importUroborus(pathToFile)


Aufiero/circRNAprofiler documentation built on Oct. 31, 2023, 1:18 a.m.