eliminate_redundant_exons: Eliminate redundant exons

View source: R/eliminate_redundancy.R

eliminate_redundant_exonsR Documentation

Eliminate redundant exons

Description

This function takes a data frame containing exon coordinates and return a data frame containing unique exons and only one assignment from redundant ones.

Usage

eliminate_redundant_exons(input)

Arguments

input

The name of the data frame containing all intron coordinates

Value

A data frame with unique exons

See Also

eliminate_redundant_introns

Examples

eliminate_redundant_exons(classified_exons_df)

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