Learn R Programming

FcircSEC (version 1.0.0)

transcript_data: Transcript data obtained from gene annotation file.

Description

This data is produced by the r package FcircSEC.

Usage

data("transcript_data")

Arguments

Format

A data frame with 177 observations on the following 9 variables.

transcript_id

Transcript name

chr

Chromosome

strand

Strand

trans_start

Transcript start

trans_end

Transcript end

exon_count

Number of exons

exon_starts

Start position of exons

exon_ends

End position of exons

gene

Gene name

Details

This is an example data produced by the function transcriptExtract of the r package FcircSEC.

References

R package FcircSEC.

Examples

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

Run the code above in your browser using DataLab