stat_exon: Create a summary statistics table for exons width data

Description Usage Arguments Value See Also Examples

View source: R/stat.R

Description

This function takes a data frame of GENCODE annotations as input. It calculates the summary statistics of exons length taking into consideration their ordinal position. It returns a data frame containing the summarized exons length data data.

Usage

1
stat_exon(input)

Arguments

input

The name of the data frame containing exon annotations from GENCODE and the ordinal position of each exon

Value

A data frame of exons width summary statistics

See Also

stat_intron

Examples

1
2
df <- load_gtf("gencode.v27.lncRNAs.gtf")
stat_exon(df)

monahton/GencoDymo documentation built on Nov. 29, 2021, 9:16 a.m.