stat_exon | R Documentation |
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.
stat_exon(input)
input |
The name of the data frame containing exon annotations from GENCODE and the ordinal position of each exon |
A data frame of exons width summary statistics
stat_intron
df <- load_gtf("gencode.v27.lncRNAs.gtf")
stat_exon(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.