importKnife: Import circRNAs detected by KINFE

View source: R/importFilesPredictionTool.R

importKnifeR Documentation

Import circRNAs detected by KINFE

Description

The function importKnife is specifically designed to read and adapt the KNIFE v1.5 output file (circJuncProbs.txt). See https://github.com/lindaszabo/KNIFE.git for more details.

Usage

importKnife(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 circRNAs detected by KNIFE
pathToFile <- system.file("extdata", "knife/circRNAs_001.txt",
    package="circRNAprofiler")

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


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