stat_exon: Create a summary statistics table for exons width data

View source: R/stat.R

stat_exonR Documentation

Create a summary statistics table for exons width data

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

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

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

monahton/GencoDymo documentation built on Dec. 13, 2024, 1:23 a.m.