Learn R Programming

FcircSEC (version 1.0.0)

output_CIRI: Output obtained from circRNA prediction tool.

Description

Four columns of the circRNA prediction tool.

Usage

data("output_CIRI")

Arguments

Format

A data frame with 14 observations on the following 4 variables.

V1

Chromosome name

V2

Start position

V3

End position

V4

Strand

Details

Four columns of the circRNA prediction tool. The columns have information about chromosome, circRNA start and end positions, and strand.

References

This data is obtained from the circRNA prediction tool CIRI.

Examples

Run this code
# NOT RUN {
data(output_CIRI)
## maybe str(output_CIRI) ; plot(output_CIRI) ...
# }

Run the code above in your browser using DataLab