Learn R Programming

FcircSEC (version 1.0.0)

circRNA_classb: circRNA classification data

Description

This data is generated by r package FcircSEC.

Usage

data("circRNA_classb")

Arguments

Format

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

V1

Chromosome names

V2

Start position

V3

End position

Details

This is the output generated by the circClassification function of the r package FcircSEC. It has three columns: chromosome name, start position and end position of circRNAs.

References

R package FcircSEC.

Examples

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

Run the code above in your browser using DataLab