importKnife: Import circRNAs detected by KINFE

Description Usage Arguments Value Examples

View source: R/importFilesPredictionTool.R

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

1
importKnife(pathToFile)

Arguments

pathToFile

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

Value

A data frame.

Examples

1
2
3
4
5
6
7
# 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)

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